Skip to Content
0
Jun 05, 2020 at 05:53 PM

Mobile Development Kit - How to set several actionBindings for an Action in a loop

349 Views

Hi Guys,

currently I am developing an app, for which I want to execute a deletion-action on several instances of entity "Orders".

I queried over the entity to get the instances I want to delete and for each, I want to execute a deletion action, since the "DeleteEntity" action can only delete one entity at a time (correct me if I'm wrong).

Therefore, I want to hand over the readLink of each entity through setting the actionBinding (setActionBinding), and execute the action.

Do you have a "best practice" for deleting multiple instances of one entity at a time in a loop using your "DeleteEntity" action? Unfortunately, I couldn't find any example in the implementation of your Asset Manager.

Best Regards,

Sher-Chan Kodirov