I am trying to retrieve data from one form to another form.
I have a form with Customer details ,
I want to retrieve data in an another form
Any one can help in CRM how to do with JavaScripts.
Hi Hassan,
Could you let me know how would you retrieve data?
You can retrieve current record data with tutorial below:
https://community.dynamics.com/365/b/muhsudcrmblog/archive/2018/04/24/retrieve-record-using-web-api
Were you planning to pass data between different forms?
If so, you could implement it with an client API called Xrm.Utility.openEntityForm.
Those articles might helps for your requirement.
https://community.dynamics.com/crm/f/117/t/281672
https://www.powerobjects.com/blog/2013/02/06/passing-parameters-between-forms-crm-2011/
Regards,
Clofly