Dynamics Community Forum Question – My goal is to create a quick view for a few fields for our contact record on one of our activities (in this case the
Dynamics Community Forum Question – My goal is to create a quick view for a few fields for our contact record on one of our activities (in this case the
To Access subgrid control which is available on Quick form control use below code. function AddMembers(executionContext) { var formContext=executionContext.getFormContext(); var quickviewControl = formContext.ui.quickForms.get(“Member”); if (quickviewControl != undefined) { if (quickviewControl.isLoaded())
Suppose we have below Account’s Quick View Control on contact entity. Now to access the email address attribute we can use the below Jscript on the Contact’s form onload event.
Recently we were trying out the model-driven form designer and noticed the option of adding new input control to the form in it. Few days back only I wrote about