user going to deactive the group we need to display the active records associated with that group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 04:44 AM
When user going to deactive the group we need to display the records from multiple tables associated with that group like incident, problem, change like that. So we need to write the onChange client script in Active field.
please let me know which is the best approach on this.
Thanks,
Charan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 07:56 AM - edited 05-21-2025 07:57 AM
Hi @RamcharanA.,
How about creating related list?
Following is procedures about creating related list.
System definition > Relationships > create new records like below image.
Open Group form > Configure > Related List
Add a relationship record created earlier.
Then, you can see the associated incident record on Group form.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 09:03 AM
Hi @shun6 I need to display those incident, problem, change tables active records count in Group table form with infoMessage when user is de activing that group.