aras.applyMethod Method
Executes a server side Method and gets server response.Syntax
aras.applyMethod(action,body)Parameters
Name | Type | Description |
---|---|---|
action | String | Required. Server side Method name. |
body | String | Optional. Method Item context. |
Return Value
An Boolean or a String.Returns false and shows alert message if the server response contains fault code, otherwise returns result body of server response.
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment