oData

Date time format issue in CRM 2015 when using oData SDK.JQuery.retrieveRecordSync

When retrieving data in CRM using JQuery datetime comes back in int format with some back/forward slash. Below is sample script how to remove back clash and forward slash and then covert to proper date time. Once converted we can compare … Read More

Get and Set value using ODATA End Points

Below is a sample code which gets data from a custom entity by passing name of the record – In code below, I am triggering function ‘CheckAndSetOutcode’ on change of a field on a form (post code in this case) … Read More