Hello,
1. I have a C# console app that retrieves records from CRM entities.
2. I have an external html page that uses JavaScript to send data to another website since the website only support json.
Now I need to somehow pass the record data from the C# console app to a script or html page so I can send those data out.
Does anyone know how this can be done? or can I use JavaScript on my html page to retrieve record data directly from CRM?
Thank you!
*This post is locked for comments