To remove 'Risk accepted' choice from that dropdown "Reason"SummaryWhen ' Request Exception' button is clicked on AVIT table. The modal pop-up has a 'reason' field with choices. We are trying to remove 'Risk accepted' choice from that dropdown using sys_choice table but the changes are not reflecting here. We figured out that the actual choices are hardcoded in UI builder. Removing the hardcoded choice value will fix the issue, but it also affects VIT and other tables which are using 'Request Exception' modal, which we don’t want. Looking for a solution on this.InstructionsIf the customer is looking to customise AVIT related reason (remove risk accepted option in workspace), the reasons come from sys_choice table through a data broker (table - sys_ux_data_broker_transform, sys_id- bc16bfed777501102824914f58106173) which gets called in request exception macroponent based on table (check the screenshot attached) The customer can customize the script of the data broker to remove the specific choice only for AVIT table.