Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Change requests related list

deepu805
Tera Contributor

Hello Community,

 

I want to add change requests related list to release record form, How can I do this ?

 

Thanks in advance!!

1 REPLY 1

swathisarang98
Giga Sage

Hi @deepu805 ,

 

Go to Relationships under system definition -> create new 

 

and configure the new record as below,

Realtionship.png

Here current belongs to Queries from Table , so in change table there should be reference record which is capturing release record number (reference field)

 

Parent is release table record so we have to query something like below

 

current.addQuery('u_release_record.number', parent.number);

 

So Related list will be created for 'Applies to table' which is release.

 

once created go to release table and bring the related list from configure ->related list from left side to right side of slush bucket and save it 

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang