Dear Dennis, First of all thank you for uploading this extremely helpful video on creating a Business Central API. I have now successfully been able to develop a custom API page on the Sandbox, but I am struggling to publish it to the Cloud Instance of our Customer. Would you by any chance have more information on how to do this and whether there are some prerequisites required?
@youneselhamss2908 Жыл бұрын
Hvordan ville du lave en side på bc hvor man kan poste noget til et andet api, fx hvis man vil kunne oprette zendesk tickets fra bc, via en side på bc som man poster til zendesk api?
@dennisfredborg9 ай бұрын
Hej, altså tænker du at du vil kalde en API page i BC, som så skal kalde en API hos zendesk? Fordi skal ville jeg nok lave en unbound action hvor du udstiller en function fra en codeunit, eller lave det på insert triggeren på en API page.
@yayakdrake21 күн бұрын
Hi Dennis, i just create custom API with Custom table (source table), when i test get method in postman response value[] which mean success, and when i update table via page list UI, i test get using postman response Internal_ServerError, Sorry, the current permissions prevented the action. (TableData xx) ,when i test other entity response is success 200 eg: (env)/api/v2.0/companies(id)/salesInvoices is success.
@dennisfredborg21 күн бұрын
@yayakdrake hi, did you remember to assign permissions in business central to you Entra application for any specific tables you need to access?
@yayakdrake21 күн бұрын
@@dennisfredborg thanks dennis, you save my 2 days,,, you're right, in permission i set to specific table/package, thanks btw