- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 05:54 AM
I have one requirement i have 3 tables 1.CI Structure 2. CI Structure - Attribute 3.CI Structure - Class
2 and 3 table is the extends to the 1 table. Now requirement is i have a Name is a field that is in parent that field extends to 2 and 3 table now i want that field read only in 2 and 3 table not in table 1 what is the way
is it possible to dictionary overrides.what was the best way
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 06:22 AM
You shouldn't check 'Read only' on the dictionary entry itself. Instead, you need to go to the related lists at the bottom of that form and add a new 'Dictionary override' record for the extended table you want the field to be read only for. You should see the option on that form. If that doesn't work, please post a screenshot of where you're trying to set the field read only.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 06:22 AM
You shouldn't check 'Read only' on the dictionary entry itself. Instead, you need to go to the related lists at the bottom of that form and add a new 'Dictionary override' record for the extended table you want the field to be read only for. You should see the option on that form. If that doesn't work, please post a screenshot of where you're trying to set the field read only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 06:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 07:06 AM
You need to add a new dictonary override for each extended table just like you did for this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 11:43 PM