Hi,
We have a solution in C/AL to update the invoice status from NAV to CRM.
For this we used functions
CreateOrganizationService(service);
service.Execute(request);
Which we created from base C/AL and it has dotnet variables. Which are not supported in AL (App source).
Actually the above call is request to function 'msdyn_InvoicePaid" which is Microsoft function in CRM.
So, Can anyone suggest me to over come this scenario in AL..
Is there any standard WebAPI from CRM ? can i get the WSDL format ?
or is there any alternate to update invoice values in CRM from AL.... without doing any code changes in CRM.
Thanks!
Nagaraju


Report
All responses (
Answers (