Hello,
Thanks for visiting, some goodies for you.
Recently I have met CRM MVP Guido Preite came to know the beauty of webapi on JavaScirpt. Smart code and quick development by XRM.WebApi wrapper for server side calls on clientside. Amazing part is, response is quite fast.
function CreateRecord() {
var data =
{
“name”: “Sample Account”,
“primarycontactid”:
{
“firstname”: “John”,
“lastname”:…
Continue Reading mscrmsama’s Article on their blog
Basics CRUDE JavaScript V9.x webapi Unified Interface
Hello, Thanks for visiting, some goodies for you. Recently I have met CRM MVP Guido Preite came to know the beauty of webapi on JavaScirpt. Smart code and quick development by XRM.WebApi wrapper for server side calls on clientside. Amazing part is, response is quite fast. function CreateRecord() { var data = { “name”:…
Blog Syndicated with mscrmsama’s Permission