Monthly Archives: June 2018

Get Optionset Label using stringmap- Web API

Requirement: Get Optionset label based on optionset value using client side code. Solution: We have different option to implement this requirement. Earlier we wrote a post to get option set label using formatted values, today we are going to discuss how we can use stringmap to get optionset label using Web API. Stringmap entity store details about optionsets, it has… Read more »

Creating Connection using WebAPI- {Sample Code}

If you are looking for sample code to create connection record using WebAPI for Dynamics 365 CE, this post will help you. I am creating connection record for opportunity, you can change lookups entity based on your requirement. Hope it will help someone !!

Web Notification Plugin Error for Dynamics 365 Portal

Recently while doing Dynamics 365 Portal deployment, got following dependency error regarding Web Notifications. Checking target organisation I found web notification solution is already installed there. While troubleshooting, I found a helpful thread and Adxstudio Portal KB. We don’t need to use web notification now for Dynamics 365 portal, this solution is kept for the compatibility of the Adxstudio Portal… Read more »

Dynamics 365 Partner Portal for Field Service

Recently while working on portal production deployed, we got error for missing components for Field service, but Field Service solution was already installed and setup in production. While doing troubleshooting I found the production organization was missing “PartnerPortalFieldService” solution. To get this solution, we have to install it manually using portal from Portal Actions After that we got this solution. Hope it will help… Read more »