dynamicsGPCall
Last updated
Last updated
Is a function that needed if user want to use a function from web services.
No | Name | Description | Data Type | Required |
---|---|---|---|---|
User wants to call the dynamicsGP Web Service.
Create dynamics GP Connector in Services and define the name, url and timeOut. Name: conn_gp url: http://aidemosvr.cloudapp.net:48620/Metadata/Legacy/Full/DynamicsGP.wsdl user:AIDEMO\gpadmin password: ******* timeOut: 60000
Call the function "dynamicsGPCall".
Define toObject.
Add a console after callback function for display response from console.
1
connector
Name of connector and created in the Services and Global Components page.
String
Yes
2
function
The function from the Web Service to be executed.
String
Yes
3
data
This contains the main parameter in the function being called.
Object
Yes