Blogs

Operations in Business Process flow using JavaScript in D365 CRM

Introduction – In this blog, you will learn about how we can perform different operations such as disable, enable, hide, etc on D365 CRM Business Process flow using JavaScript. Set value in Business Process Flow Disable field on Business Process Flow here cf_outreach is the schema name of the field on BPF. for BPF we…

Quick Tip – Enable/Show Activities on Notes in D365 CRM

In this blog, we will see how we can show activities on Notes in D365 CRM.  Step 1 – Click on Entity and check marked Activities. Save and publish the Entity. Step 2 – Open Main form where you have added timeline, Double click on timeline notes and mark filter by as Show all. Save…

Retrieve characters/Substring from string in Cloud Flows

In this blog we will see how to retrieve string or characters from string using substring and take method When we want to retrieve character/string from starting index then will use take() method, else will use substring() Let say we want to retrieve first 5 character from string. Eg. – string is Power Automate We…

Send Email Messages in D365 CE using Cloud flows

Let say you want to send an email using OOB email message table. Step 1 – add action add a new row and select table name “Email Message” After selecting a table, add your activity party attribute as per your requirement. As you can see status reason in below image, Email will not be sent…

Create Email attachment in D365 CE using Cloud flows

Introduction – In this blog we will understand and see how we can send email messages with attachments in D365 CE using power automate/Cloud flows. Use case – our requirement is to create draft email message with attachment in CE. We added a custom button send email on custom entity. On click of send email…

Disable field on change of tab in D365 CE using JavaScript

Use case – we had a requirement where we wanted to enable/unlock the Description field on the Invoice line form, the form is read only by default, there is OOB JavaScript on form load and on save of the Invoice line form which makes the field disabled/locked. hence we decided to write a JavaScript on…

Disable field in Business Process Flow in D365 CE using JavaScript

Use case – Our requirement is to mark field Purchase time Frame disabled in Business process flow on change of disable field(custom field) on opportunity form. Let’s see how we can achieve this Solution – Step 1 – Create web resource with below function- Add header_process before schema name of field. Here schema name of…

Loading…

Something went wrong. Please refresh the page and/or try again.


Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started