Embed the Declared income and expense controls

You can embed the Declared income and expense summary and form controls using Power Apps.

The Declared income and expense summary displays the difference between the income and expenses of applicants based on their declaration. The Declared income and expense form displays the income and expenses of each listed applicant.

Embed the Declared income and expense summary

Follow these steps to embed the summary:

  1. Add the OnboardingApplicationIncomeAndExpensesControl.

  2. Define Applicant_ID_Key as the primary applicant ID.

  3. Select the IncomeAndExpensesWidget component from the dropdown list.

Embed the Declared income and expense form

Follow these steps to embed the form:

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

  2. Add the OnboardingApplicationIncomeAndExpensesControl.

  3. Define Applicant_ID_Key as the primary applicant ID.

  4. Select the IncomeAndExpensesGrid component from the dropdown list.

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

  6. Define the form with the Related party income and expenses form ID.

See also