aras.evalMethod Method
Executes a client side Method with Item node or XML string.Syntax
aras.evalMethod(methodNameOrNd,XMLinput,inArgs)Parameters
| Name | Type | Description |
|---|---|---|
| methodNameOrNd | String or Object | Required. Client side Method name or node. |
| XMLinput | Object | Optional. Item node or XML string with Item tag. |
| inArgs | Any | Optional. Additional arguments to pass. |
Return Value
Returns evaluated result from executed client Method.See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment