Here are the resources I mentioned from the UK Community Call last month Learning Where to find training and learning New Stuff Where to find out about new features and
Here are the resources I mentioned from the UK Community Call last month Learning Where to find training and learning New Stuff Where to find out about new features and
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