I will be taking part in a monthly community call to discuss all Business Applications readiness. The aim is to help people to get up to speed and stay there!
I will be taking part in a monthly community call to discuss all Business Applications readiness. The aim is to help people to get up to speed and stay there!
If you work with REST APIs, you already know that you’ve two HTTP methods for updating resources: PUT: updates an entire resource PATCH: the update request only needs to contain the
If you work with REST APIs, you already know that you’ve two HTTP methods for updating resources: PUT: updates an entire resource PATCH: the update request only needs to contain the
var context; if (typeof GetGlobalContext === “function”) { context = GetGlobalContext(); } else { context = Xrm.Page.context; } var start = new Date(); //Put Start datetime here