pedroairo9Mar 231 min readCRM 365 - Customer field only show AccountsOn a customer field, if the requirement is to only show Accounts, please add this line to the OnLoad of the form://Show only Account records when selecting the Customer formContext.getControl("customerid").setEntityTypes(["account"]);
On a customer field, if the requirement is to only show Accounts, please add this line to the OnLoad of the form://Show only Account records when selecting the Customer formContext.getControl("customerid").setEntityTypes(["account"]);
Execute Workflow Request on CRM 365 CloudPlease find below an example of calling the Execute method to run a workflow on CRM 365 Cloud. let Id = formContext.data.entity.getId().r...
Microsoft Powerflow - Dynamics 365 - Get Email Template by TitleLet’s assume that you create a Cloud Flow that you will interact with for example trough a button in the account form ribbon. When i...
留言