user going to deactive the group we need to display the active records associated with that group.

RamcharanA
Tera Contributor

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. 

2 REPLIES 2

shun6
Giga Sage

Hi @RamcharanA.,

How about creating related list?

Following is procedures about creating related list.

Create defined related lists 

 

System definition > Relationships > create new records like below image.

shun6_3-1747839041633.png

 

Open Group form > Configure > Related List

shun6_0-1747838908604.png

Add a relationship record created earlier.

shun6_1-1747838957398.png

Then, you can see the associated incident record on Group form.

shun6_0-1747839455088.png

 

 

Thanks.

RamcharanA
Tera Contributor

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.