When working in Form Designer , configuring the label of a field in a child table changes label on what tables?

Arjun25
Tera Contributor

Would this be the child table or the parent table

3 REPLIES 3

SanjivMeher
Kilo Patron
Kilo Patron

child table


Please mark this response as correct or helpful if it assisted you with your question.

Kristoffer Mon1
Giga Expert

The label will be changed at the nearest base table level.

For example:

  • Parent: u_table_a
    • Child: u_table_ab
      • Child: u_table_abd
        • insert Label: 'my label'
        • Child: u_table_abdc
          • Child: u_table_abdce
            • Child: u_table_etc
              • Modify: 'my label'
    • Chile: u_table_c

 

In this case, modifying "my label' at u_table_etc is actually modifying the label at u_table_abd; which is the nearest base table of that dictionary.

 

Dilip Puligilla
Giga Guru

HI

 

If the file is from the Parent table, It changes where all it is reflecting.

 

But if you configure in system dictionary it will reflect only in the child table

 

Thanks

Dilip