When working in Form Designer , configuring the label of a field in a child table changes label on what tables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2019 09:49 AM
Would this be the child table or the parent table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2019 09:54 AM
child table
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2019 09:59 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2019 10:23 AM
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