I an working on a API Endpoint and found that using an unbound action was a lot easier than a bound action. I wonder if bound actions are preferrable for light cases only?
What are the advantages of using bound actions?
What are the disadvantages of unbound actions?
Hi, just adding some info.
Creating and Interacting with an OData V4 Bound Action
Creating and Interacting with an OData V4 Unbound Action
Hope this helps as well.
Thanks.
ZHU
That all depends on your use case i think.
If you want to handle one specific record f.ex. post one single sales order - bound action is preferred.
If you just want to start a procedure that will handle multiple records and possible spanning several tables then you can use an unbound action.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,993 Most Valuable Professional
nmaenpaa 101,156