Override 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 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 ArticleAzure Service Bus Queue - Send Message
Hi All, Can anyone suggest other ways to send message from Dynamics 365 to service bus queue than using its DLL?I cannot use Microsoft.Azure.ServiceBus coz it requires 4.6+ which is not applicable to...
View ArticleD365 Portal: Provisioning a Portal
D365 Portal is used to allow your customers, employees and partners to access data directly to your CRM. Portal users can access specific CRM data such as Knowledge Articles, cases, opportunities, etc....
View ArticleXrm.Utility.lookupObjects issue in UCI
Hi,I am opening a lookup dialog using “Xrm.Utility.lookupObjects” method added filter for the same using below code. This works fine when CRM accessed using browser but it’s not working for UCI. It is...
View ArticleHide + button on Subgrid based on Relationship
Hi All,Is there a way I could hide the + button of the subgrid based on the relationship with the primary entity? I have two contact subgrids in the Account form and I wanted to hide the + button on...
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 ArticleUnified Interface DateTime field
Hi,Has anyone encountered where the time in Web UI is different in Unified Interface? I'm having this issue. I'm not sure if there's a different setup in Unified Interface.Thanks!
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 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 ArticleDynamics 365 Portal - Calling Web Resource Script
Hi,I wanted to maintain all my code in my source control. Question is, how can I call Javascript web resource in Dynamics 365 Portal?I wanted to avoid adding scripts into the Entity Form's Custom...
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 ArticleAzure Service Bus Queue - Send Message
Hi All, Can anyone suggest other ways to send message from Dynamics 365 to service bus queue than using its DLL?I cannot use Microsoft.Azure.ServiceBus coz it requires 4.6+ which is not applicable to...
View ArticleD365 Portal: Provisioning a Portal
D365 Portal is used to allow your customers, employees and partners to access data directly to your CRM. Portal users can access specific CRM data such as Knowledge Articles, cases, opportunities, etc....
View ArticleXrm.Utility.lookupObjects issue in UCI
Hi,I am opening a lookup dialog using “Xrm.Utility.lookupObjects” method added filter for the same using below code. This works fine when CRM accessed using browser but it’s not working for UCI. It is...
View Article