I have an action (action1) which I’d like to call from another action (action2). I know I can use common code within an agent and call this agent by both actions when needed. But can one action call another action - is this possible?
All thoughts are welcome.
Arvind
Subject: You did not ask “How”
@Command([ToolsRunMacro];ActionName)
Assuming the action is created as an agent, which can call another agent…
example:
Button 1:
@Command([ToolsRunMacro];ActionName)
Agent:
@Command([ToolsRunMacro];ActionName2)
Agent 2
Whatever is being done.
Is there a reason for this additional overhead?
Subject: RE: You did not ask “How”
What if we assume that action is created as javascript action?
Subject: RE: You did not ask “How”
He did not ask that specifically, so i did not read that into it.