Build a related list on task relationship (example: incident caused by changes M-to-M)
select list banner button checkbox on the UI action function addRelationship() { var sysId \= g\_form.getUniqueValue(); var modalForm \= new GlideModalForm('New Relationship', 'task\_rel\_task'); modalForm.setOnloadCallback(function(dialog) { var form \= ...