Microsoft Flow: Approval Process
Hi All,Just want to seek suggestion on how we can achieve this approval process. We are using Microsoft Flow for the Approval Process.Currently, we are using "Send an Email with Option" to send the...
View ArticleDynamics 365 Toolkit and Plugin Registration Tool compatibility issue
Hi,I am using Visual Studio 2017 and installed Microsoft Dynamics 365 Developer Toolkit. But when I tried to register a plugin (CRM Explorer > Entity > Create Plug-in), I encountered the error...
View ArticlePlugin Deployment Structure
Hi All,For D365 plugin structure, is it better to use Tuple, where all plugin steps method are in one class file or one class per plugin steps?Thank you.
View ArticleFilter Multi-Select Option Set
Hi,Is there a way to filter a multi-select option set on load of the form using javascript? Thanks.
View ArticleAzure Storage Authentication using SAS Token
Hi All,How do we construct Authorization Header when using SAS Token? I am working on an API instead of using Azure libraries. Thank you.
View Article403 Forbidden: Azure Blob Storage
Hi All,I am trying to retrieve Blob from Azure Blob Storage. I'm using the code below to connect, but I'm getting 403: Forbidden. Any idea how I can fix this? Thank youpublic static void UsingGet() {...
View ArticleCalling Xrm.WebAPI CRUD Operations in Unified Interface
Hi,In the Web UI, calling CRUD Opertaions via Xrm.WebApi is successfully working. When I trigger this script in Unified Interface, it is not working. Anyone has this kind of experience?...
View ArticlePassing form context in Unified Interface
Hi all,Is there a way we could call getformcontext in Unified Interface? I can successfully call getformcontext in a dynamics form but not in Unified Interace.Thank you.
View ArticleGetting PDF file from Blob Storage: Error Failed to Open Document
Hi All,I need help on this one. I'm getting the PDF file from Blob Storage the re-upload it to another record as Annotation (Notes). But when I tried to open the document, it prompts me "Failed to Open...
View ArticlePreSearch Filter in Unified User Interface
Hi All,Has anyone tried to apply PreSearch filter on Lookups in Unified User Interface? This is working in the Web UI but not in UUI.let ctrl =...
View ArticleUniquename issue of Actions
Hi All,I am calling Actions via Custom Workflow. The Action needs to be dynamic, so what I did is get its uniquename viahttps://<Org URI>/api/data/v9.0/workflows?$select=uniquenameHowever, when I...
View ArticleOverride Unit Amount Calculation
Hi All,Need help on field service functionality.I am trying to override the unit amount of Work Order Products and Services using JavaScript. I've created a new field for the New Unit Amount. The...
View ArticleJavaScript addPreSearch() filter on customer lookup not working in v9 Unified...
Hi allI have a custom field that has the customer type. On a specific form, I want to filter this lookup to include only accounts and contacts that have a specific value in a custom field that has the...
View ArticleMicrosoft Flow: Is it possible to filter D365 Update flow?
Hi All,Is it possible to filter dirty fields when using D365 CE "When a record is updated?" flow trigger? I wanted to run or trigger the flow when only the Status field is updated. Thanks!
View ArticleMicrosoft Flow: Approval Process
Hi All,Just want to seek suggestion on how we can achieve this approval process. We are using Microsoft Flow for the Approval Process.Currently, we are using "Send an Email with Option" to send the...
View ArticleDynamics 365 Toolkit and Plugin Registration Tool compatibility issue
Hi,I am using Visual Studio 2017 and installed Microsoft Dynamics 365 Developer Toolkit. But when I tried to register a plugin (CRM Explorer > Entity > Create Plug-in), I encountered the error...
View ArticlePlugin Deployment Structure
Hi All,For D365 plugin structure, is it better to use Tuple, where all plugin steps method are in one class file or one class per plugin steps?Thank you.
View ArticleFilter Multi-Select Option Set
Hi,Is there a way to filter a multi-select option set on load of the form using javascript? Thanks.
View ArticleAzure Storage Authentication using SAS Token
Hi All,How do we construct Authorization Header when using SAS Token? I am working on an API instead of using Azure libraries. Thank you.
View Article403 Forbidden: Azure Blob Storage
Hi All,I am trying to retrieve Blob from Azure Blob Storage. I'm using the code below to connect, but I'm getting 403: Forbidden. Any idea how I can fix this? Thank youpublic static void UsingGet() {...
View Article