Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (0)
Power Apps – Auto Populate Current User and Manager in SharePoint List Person Field

{Claims:”i:0#.f|membership|” & Lower(User().Email),DisplayName:User().FullName} To Auto Populate manger of current Loggedin User {Claims:”i:0#.f|membership|” & Lower(Office365Users.Manager(Office365Users.MyP...

Royal King 27,686
LikeLike (0)
CRM 2016 back button built-in within record

As many of as come across the situation where we have to go back to previous screen from the current record. In order to that in crm 2011/2013/2015 we have to click on browser back button. But in crm 2016 there is a “X” in the top righ...

Royal King 27,686
LikeLike (0)
Auto Create Sharepoint Folder in CRM online

Many of our customers annoyed and frustrated with popup that appears when they click on documents navigation link on a record to add documents. So I thought it can be easily addressed  using workflow/plugin on create of record by automatically add...

Royal King 27,686
LikeLike (0)
Power shell Cmd to create Forward inbox rule for Email Router – ForwardAsAttachmentTo

Below Power shell cmd will come handy if you want to quickly add forward inbox rule for multiple mailbox in Email Router. If you have 500 mailbox to deploy this rule it will take just 10 seconds to execute compared to 30 minutes in rule deployment...

Royal King 27,686
LikeLike (0)
Behavior of Roll-Up and Calculated Fields in Quick view Form

1. Roll-up field will not show value in a quick view form. It will be always empty 2. Calculated field will show  right value in a Quick view form I had requirement to show calculated and roll-up fields of an lookup record in a form. I thought usi...

Royal King 27,686
LikeLike (0)
Set Unresolved Email in party List using Java Script

While doing google search this morning i found below trick to set unresolved email address on the partylist lookup field http://mscrmbi.blogspot.com/2014/03/set-unresolved-email-ids-in-party-list.html function setUnresolvedRecipient(unresolvedem...

Royal King 27,686
LikeLike (0)
RetrievePrivilegeForUser failed – no roles are assigned to user

I had a very interesting issue this morning in one of our on-premise dev environment.  Issue was all of sudden one of our organization not accessible at all , i was able to access other organization on the same server. Same error message was shown...

Royal King 27,686
LikeLike (0)
Change Label Position in Quick View form

In any entity Main Form we can customize the Field label position for the section  Either Side or Top. For example if you want to show label of the field in the top you can do this by selecting the section properties and in format tab under “...

Royal King 27,686
LikeLike (0)
MS crm 2013/2015 connecting to Power BI

Below are the steps to connect CRM ODATA to the Power BI in excel. 1. Make sure you have Power query add-on installed for your excel. 2.If you already have Power query installed you will see new tab in excel “Power Query” 3.To connect...

Royal King 27,686