QuestionQ418
Create and configure Power AppsYou are developing a model-driven app for a company.
When you create a new Account record, you must automatically show a form to gather data that is required to create a Contact record. The form must change to the appropriate layout based on the contact type.
You open the Contact form by using JavaScript. You pass the contact type information to the form by using the Xrm.Navigation.openForm function. An OnLoad event handler in the Contact form processes the data and shows only the appropriate sections of the form for the given contact type.
You need to configure the receiving form to accept the data parameter.
Solution: In the form editor, add a query string parameter for the data parameter.
Does this solution achieve the goal?
- A Yes
- B No
Community Discussion