Dictionary Override
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
I have custom table u_projects which is extended from task table. I need to display "Number" field on the u_projects table as "Project ID" using dictionary override as it should not affect anything on the task table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday - last edited Sunday
Hi @Its_Azar
I don't think we can change label directly from dictionary override
Regards,
Mohammed Zakir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
Hi, consider, instead of dictionary override, to add a new label into sys_documentation table.
Table = your child/extended table (u_projects)
Element = the field name (number)
Label = the desired label (Project ID)
