Hi All,
I am new to GP. Creating a small application, using the GP webservice.
Below is the sample code I am using.
Policy objCusomerPolicy = wsDynamicsGP.GetPolicyByOperation("CreateCustomer", context);
wsDynamicsGP.CreateCustomer(objCustomer, context, objCusomerPolicy);
Is there any generalized method there using webservice, like single method to create records in GP. Similarly for update, delete and getting records.
Regards,
Priya.