aras.applyMethod('My_Method','<my_param>test</my_param>');. The first argument to applyMethod should be the name of the method you are calling, and the second argument is any optional arguments you are passing into the server method which you can retrieve from the server method with string myParam = this.getProperty("my_param");.
Chris
aras.applyMethod('My_Method','<my_param>test</my_param>');. The first argument to applyMethod should be the name of the method you are calling, and the second argument is any optional arguments you are passing into the server method which you can retrieve from the server method with string myParam = this.getProperty("my_param");.
Chris
Copyright © 2025 Aras. All rights reserved.