Monthly Archives: December 2013

How to call Web Service from HTML page using Jquery

Below are the steps to call web service from html page using jquery 1. Create a Web Service with marked as ScriptService [System.Web.Script.Services.ScriptService] public class TestService : System.Web.Services.WebService { This will allow the Web Service to be called from script, … Continue reading

Posted in General | 1 Comment

How to handle Auto Save Mode in Dynamics CRM 2013

Please make your plugin and workflow design as per below suggestion for Auto Save mode in Dynamics CRM 2013: Plug-in design Your plug-in design should take into account a web form feature known as auto-save. In the web application entity … Continue reading

Posted in MS CRM 2013 | Leave a comment