aras.applyMethod("My Method", '');
The second argument can be used to pass in any arguments to the server-side method that you need.
aras.applyMethod("My Method", "<myArg>My Arg's Value</myArg>");
You can then retrieve these arguments from within your server-side method with a line like below.
this.getProperty("myArg");
Chris
_____________________________________________
Christopher Gillis
Aras Labs Software Engineeraras.applyMethod("My Method", '');
The second argument can be used to pass in any arguments to the server-side method that you need.
aras.applyMethod("My Method", "<myArg>My Arg's Value</myArg>");
You can then retrieve these arguments from within your server-side method with a line like below.
this.getProperty("myArg");
Chris
_____________________________________________
Christopher Gillis
Aras Labs Software EngineerCopyright © 2025 Aras. All rights reserved.