Hello!
I'm trying to implement in my application the following conception - using of standart Object-linked Custom-actions:
For example, I have Forms: Clients, Orders, Projects and so on
Each Form (or Object) has accosiated standart custom Actions, which are used very often, and you need to do these actions from different places of your App:
Clients: rename, block, check_status, send_notifiction
Orders: mark_as_payed, notify_manager, ...
Projects: freeze, recalculate_costs, rename ...
Now I make Report for each Object, where I add Custom Actions and only main fields of the Form (name, or reference)
These reports are: "Object Commands" - and we can use them in other Reports, where we display reference to this Object
But Custom Actions not worked properly (openUrl command not work, other functions not work each time)
Please, help - what can be wrong?