Hi Kevin,
This is outside our normal area of support, but there are many blogs about this, here’s one example: https://businesscentralgeek.com/what-are-bound-actions-in-business-central-apis
Hope that helps.
Hi Kevin,
This is outside our normal area of support, but there are many blogs about this, here’s one example: https://businesscentralgeek.com/what-are-bound-actions-in-business-central-apis
Hope that helps.
You must be logged in to post a comment.
I used the Simple Object Designer to expose the “Purch.-Post” business logic. I just want to know what the URL for executing it is. The URL provided on the card allows me to insert the record but how do I run it.
I saw the article you mentioned. Here is the URL they provide
https://api.businesscentral.dynamics.com/v2.0//api////companies()/()/Microsoft.NAV.
When I look at the source generated by SOD (API_CU_90OnRunSOD.Page.al), it has the procedure name “OnRun”
I have tried a variety of things in the field. Neither of these work.
{url}/Microsoft.NAV.OnRun
or just
{url}/OnRun
I get this error:
“No HTTP resource was found that matches the request URI”
Is the “Purch.-Post” business logic only available in power automate?