Insights & Ideas
Blogs
Exploring technology. Sharing knowledge.
Solving business challenges.

JavascriptUse set Disabled using Javascript in MSCRM/CE, to make a field read only/Lock and Unlock a field in MSCRM/CE
We have a requirement to lock the website field if phone field has value and if phone field is empty the unlock the website field. On Change of Phone, JavaScript will execute setDisabled function on Account Entity and make the field lock and unlock as per our business requirements. JavaScript (Event Handler) will be added on Account entity and OnChange Event of Phone. So JavaScript function will trigger on change of Phone field.
Read More
AdvicesUse setRequired to make the field required, recommended, optional using Javascript in MSCRM/CE
Scenario We have a requirement of “mobile phone” field as recommended, “email” field as required and “last name” field as optional whenever the value of “Topic” field changes on Lead Entity. On change of Topic field, JavaScript will execute and make the “mobile phone” field as recommended, “email” field as required and “last name” field as optional. JavaScript (Event Handler) will be added on Lead entity. and On Change Event of Topic of lead. So, JavaScript function will trigger on change of Topic field.
Read More
JavascriptSet lookup field value using JavaScript in Microsoft dynamics 365 CE / CRM
Three factors are required to set a lookup field’s value in MSCRM. GUID of the lookup record Name of the lookup record EntityName of the lookup entity Below is the syntax used to set Value in Lookup field and we have given example as well
Read More
MicrosoftIntroduction to Microsoft Omni Channel for Customer Service – Power Virtual Agents – Chatbot widget on PowerPages Portal / Dynamics 365 portal – AI Ticket System Microsoft
Integration between Microsoft Power Virtual Agent and Omni Channel for Customer Service Omni Channel for Customer Service is a new offering from Microsoft that sits on top of the existing Microsoft Dynamics 365 platform. As the name suggests the new robust platform is specifically built for the Customer Service agents, supervisors and administrators to handle Customers across different channels at the same time.
Read More
CDS 2.0 Data integrationCDS Data Integration Microsoft Dynamics CRM and Dynamics 365 Finance and Operations – Prospect to Cash
Microsoft has so kindly created a number of different templates to support four major processes. * Prospect to cash * Field Service Integration with Finance and Operations * Project Service Automation Integration with Finance and Operations * Talent Integration with Finance and Operations
Read More
