Embed the Declared assets and liabilities controls

You can embed the Declared assets and liabilities summary and form controls using Power Apps.

The Declared assets and liabilities summary displays the aggregate assets and liabilities of all applicants. The Declared assets and liabilities page displays the assets and liabilities of each applicant.

Embed the Declared assets and liabilities summary

Follow these steps to embed the summary:

  1. Add the OnboardingApplicationAssetsAndLiabilitiesControl.

  2. Define Applicant_ID_Key as the primary applicant ID.

  3. Select the AssetsAndLiabilitiesGrid component from the dropdown list.

Embed the Declared assets and liabilities form

Follow these steps to embed the form:

  1. Create a form based on the Related party table.

  2. Add the OnboardingApplicationAssetsAndLiabilitiesControl.

  3. Define Applicant_ID_Key as the primary applicant ID.

  4. Select the AssetsAndLiabilitiesGrid component from the dropdown list.

  5. Create a tab in the main application form.

  6. Embed the Applicant list component as defined in Applicant list.

  7. Define the form with the Related party assets and liabilities form ID.

See also