
Hi all,
Below image shows my Jquery with Ajax code
Where in the code i'm fetching field values and POSTing it to the URL in JSON format.
I want to achieve same thing in C# plugin fetching the values from fields i can use query Expression but i need to use AJAX in the C# code how i'll achieve this?
Any help would be Appreciable..
*This post is locked for comments
I have the same question (0)Hi Puneet,
AJAX is used to call the web api from javascript. If you need to query records from web api without using queryexpression. You can follow the sample available in SDK.
Refer these:
docs.microsoft.com/.../web-api-query-data-sample-csharp
docs.microsoft.com/.../web-api-query-data-sample-csharp
Hope this helps.