Posts

Showing posts with the label calculated fields

HOW TO MAP LOOKUP FIELDS INTO CURRENT RECORD

Image
As a Dynamics 365 consultant, you absolutely faced the scenario when changing a lookup field on the form, to map fields of the record chosen in the lookup into fields on the main form you are working on. In this post, I will show you some methods how to map fields from a lookup into the main record fields . Based on the requirements, you can apply the appropriate approach that is suitable for your need. JavaScript The first approach is to use JavaScript that requires a technical consultant to write the needed functions that will be executed on change event of the lookup field. What happens when you apply this approach A retrieve request should be done to get the values from the lookup that will be set on the main...