How to add MS Teams chat UI Macro to Universal RequestSummaryHow to add MS Teams chat UI Macro to Universal Request. There is an SN document on how to do this but for Universal Request it is a bit more customization needs to be done. This SN document shows this can be done for other tables other than Universal Request Customize UI actions for Universal Request integration with Microsoft TeamsReleaseAnyInstructionsYou need to add the required attribute "ref_contributions=sn_tcm_collab_hook_chat_in_teams_with_user" to the "opened_for" field of Universal Request. - Along with this, you have to customize the script include - "ChatRestrictedTaskParticipants".- You have to include the universal request in the Roles Map object in the above script include like this - 'universal_request': 'sn_uni_req.universal_request_write'.ROLES_MAP: {'incident': ['itil', 'sn_incident_write'],'change_request': ['itil', 'sn_change_write'],'sc_req_item': ['itil', 'sn_request_write'],'sc_request': ['itil', 'sn_request_write'],'sc_task': ['itil', 'sn_request_write'],'sn_hr_core_case': 'sn_hr_core.case_writer','sn_hr_le_case': 'sn_hr_le.case_writer','universal_request': 'sn_uni_req.universal_request_write'},