I would like to know the specific values of the arguments of "RunLocalMacro" that can be executed using IFS Aurena Agent.
If anyone can confirm that it actually works, please let us know the argument values.
Related links on this subject:
I would like to know the specific values of the arguments of "RunLocalMacro" that can be executed using IFS Aurena Agent.
If anyone can confirm that it actually works, please let us know the argument values.
Related links on this subject:
Hi
Can you tell us a bit more on how you plan to use this? Also, do you happen to have access to the client code (as a partner, I hope you have)? If you have, it's the best place to look since you will have a better understanding on what values you need to provide to that particular agentcall.
As a general rule, regardless of what you are trying to do:
- Avoid relying on the Aurena Agent
- Avoid relying on macros
It's not that the above doesn't work, but if you can find other ways to solve the problem, it might be better. Ideally, we don't want to rely on the Aurena Agent for anything, but sometimes it's the only solution we have.
Hi
IFS Aurena Agent is being used to invoke a VB Script that executes an external program (exe).
The execution of the command itself has been confirmed from the logs.
Thanks! Do you have access to the IFS source code?
Hi
I have access any IFS standard source code provided on Build Place.
Then look for calls like this in any of the .client or .fragment files:
agentcall RunLocalMacro
You will be able to see from where we get the data to be sent in.
Good luck!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.