-
Continue reading →: Dynamics Portals – Customize OOB ‘Entity List’ grid
I was working on a Portal requirement where I had to customize the ‘Entity List’ grid by adding ‘Check Box’ control in the first column and a ‘Submit’ button, which has the custom logic. Below is how the OOB ‘Entity List’ grid looks like Now, lets see how to customize…
-
Continue reading →: ADX Portals 7.x – ‘Page_Validators’ is undefined
Other day, while adding a custom validator using JScript on an Entity Form, I was getting ‘Page_Validators’ is undefined error, at below line of code. // Add the custom validator to Web Page’s validators array Page_Validators.push(spouseValidator); Reason: The dynamics CRM form, associated to the ADX Entity Form, does’t have any…
-
Continue reading →: D 365 – How to access Customization’s and Solutions in UCI Only Mode
To know more about ‘Unified Interface Only mode’ refer my previous article Below are the steps to access environment settings, customization’s and solutions when the ‘Unified Interface Only mode’ turned on. Click on ‘Advanced Settings’ from the ribbon . It will open up ‘Settings’ tab in classic web mode. You can access…
-
Continue reading →: D365 – How to turn On/Off ‘Unified Interface Only mode’
Today, I subscribed to my new D365 30 days trail and noticed the ‘Sales’ web Application opening up in ‘Unified Interface’ mode rather than in Classic web mode by default. When noticed, the URL of the Dynamics landing page (My Apps) has a parameter forceUCI=1 It seems that Unified Interface…
-
Continue reading →: ADX/Dynamics Portals Issue – Missing Entity ‘Tab’ in ‘Web Form Step’
We have ADX portal 7.0 solution installed on our Dynamics 365 8.2 application. We got a requirement to create a Web Form steps on a Custom Entity ‘Employee’. ‘Employee’ entity has an OOB ‘Information’ of ‘Form Type’ Main, with a tab named ‘Personal Details’. Issue: While adding a Web Form step, there…
-
Continue reading →: ADX/Dynamics Portals – Date field custom validation using JScript
Other day, In one of our Portal Web Form step, we got a requirement to validate ‘Date Of Birth’ where the value should not be the future date. We can achieve this by adding a custom validator using JScript and register in your ‘Web Form Step’. Below is the JScript…
-
Continue reading →: [Code Snippet] Send Email To Bulk and Track
In this article, lets see how we can send email to bulk records by forming a query and Email template. To understanding this better, lets send an email to all the ‘Active Contacts’ in the system. Below are the required components to send the email to ‘Active Contacts’: Query Expression of…
-
Continue reading →: [Code Snippet] Custom Workflow Activity with Input and Output Params
Of late , I was getting questions around the usage of custom workflow activity and troubleshooting. In this article, I am going to cover creation and the usage of custom workflow activity with both Input and Output arguemnts. To simplify the understanding, lets take a simple scenario: ‘Contact’ and ‘Account’…
-
Continue reading →: [Step by Step] Using ADX Auto Numbering Solution In Plug-ins
As we know with Dynamics 365 for CE 9.0 release, we can add an auto-number attribute for any entity programmatically. Prior to Dynamics 9.0, ‘AdxstudioAutoNumberingWorkflowHelper’ solution is one of the options to implement auto numbering. Lets see how to use this solution and generate auto number on Case entity. What does…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)