How to add "Dependency Views" icon to next to 'Affected CIs' Configuration Item field on the Change Request form.SummaryHere is how, we can add "Dependency Views" icon to next to 'Affected CIs' Configuration Item field on the Change Request form.ReleaseAllInstructionsOOB, there is a UI macro to open dependency views map. Macro Name : "task_show_ci_map" To add this "Dependency Views" icon, please follow the below steps. Open any Affected CI record.Open dictionary of "Configuration Item". Below is the direct reference to the OOB dictionary entry. /sys_dictionary.do?sys_id=cf88e1dc2c5300100c1dbc48b5c9f559 If the "Attributes" field is not on the form, add the same. For adding "Attributes", open Configure >> Form Layout.Select the "Attributes" field from slushbucket and save the form. Append "ref_contributions=task_show_ci_map" ( without quotes ) to existing attributes and save.Now you should see the dependency view next to Affected CIs. Here is the screenshot of this macro. - This is the "Affected CIs" with "Dependency Views" after adding the macro.