Custom UI Actions not appearing on CSM Configurable Workspace (sn_ind_tmt_order page) after upgradeIssue After upgrading to Xanadu path 4 versions, Custom UI actions do not appear on the workspace on the default form view. Steps to reproduce:1. Create a new UI Action:Name: TesteTable: Customer Order [sn_ind_tmt_orm_order]Active: TrueShow insert: TrueShow update: TrueForm button: TrueApplication: Order ManagementWorkspace Form Button: TrueFormat for Configurable Workspace: True2. Go to CSM/FSM Workspace3. Open a Customer Order (sn_ind_tmt_orm_order)ReleaseXanadu Patch 4ResolutionThe issue was with that Record page variant:Record (Order Management Default)When selecting the Action bar component and further checking the 'actions' config, we could see a lot of hard-coded logic defined. Other variants do not have this configuration. Deactivate the UIB Page 'Record (Order Management Default)' which forces the Configurable Workspace to load the record in another variant. After clearing cache and logging out/back in, the Action bar should no longer restrict actions in unexpected way. Customize a variant to satisfy business requirements.