Reputation: 189
In the WebQuerySave event of a form, we can add more than one agent. Is there any order in which the agents are called? Like the first agent is executed first and then the next?
Upvotes: 0
Views: 183
Reputation: 30960
Agents are executed in formula's order.
Even @PostedCommand(...)
lines don't get postponed after all @Command(...)
lines. This is an exception for Webquerysave agents.
Upvotes: 3