Error: Override Field Name Required for Multiple List Items of type

I have a Data structure inside which I have a list attribute of composite type. When I am trying to add another list attribute of the same composite type, I am getting the Validation Break dialog saying: "Override Field Name Required for Multiple List Items of type XX to prevent data loss". How can I configure this type of scenario?

Comments

  • To fix this, you'll need to edit the structure, select the fields with complex structure as data type and marked as a list, For anyone of them, check the 'Override Database Field Name' property under Advanced, and define the same name here as your current field name. This would ensure the error goes away while also keeping all your current data in a valid state.

Sign In or Register to comment.