QuestionQ297

Configure Microsoft Dataverse

You are developing a model-driven app for a company.

The app must map child records to a parent record. You need to use the column mapping feature to configure the app.

Which two actions can you perform? Each correct answer provides a complete solution.

NOTE: Each correct selection is worth one point.

Choose two
  • A Map the value of a Choices column on the child table to the value of a Choices column on the parent table.
  • B Map the value of a column on the parent table that uses column values from the child table.
  • C Map the value of columns on both the child table quick-create and main forms to the value for the same columns on the parent table.
  • D Map the value of a single line of text column on the child table to the value of a currency column on the parent record.
Explanation

Dataverse column mappings require compatible column types and formats. A Choices column can be mapped to another Choices column when the integer value for each corresponding option is identical. Mappings apply to values shown when a related row is created, and a mapping is not performed until the mapped column is included on a form. A text column cannot be mapped to a currency column, and a column whose value is derived from child records is not a valid mapping target/source for this purpose.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!