Tag: JS
-
Autofill Fields in Model-Driven Apps from a Lookup
Sometimes, when creating a form in Model-Driven Apps (MDA), we want to autofill fields based on the relationship in a lookup. This can be triggered either when the lookup is updated, when the form is loaded, or both. In this post, I will explain how to use a generic script to achieve this and how…