- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 11:29 AM
I am having issue with Edit Button on Related list called Related Incident. Once i click on Edit, i see incident records, after selecting some records, if i click on Save. No Incident is added to related list.
Issue is for all users.
New Button works as expected.
No Incident is added.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 08:29 AM
field (Support Request) on Incident table was read-only on dictionary level. I removed read only from dictionary level and made it ready using onload client script. that fixed the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 11:57 AM
Hello,
Check your related list relationship record
Records added in related list based on condition
only incidents who have support request is SR01743672 can be shown here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 12:05 PM
There is no condition on related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2025 12:12 PM
Show screenshot of this list's relationship record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 08:29 AM
field (Support Request) on Incident table was read-only on dictionary level. I removed read only from dictionary level and made it ready using onload client script. that fixed the issue.