Verify User Interface action not available on sn_hamp_m2m_hw_asset_disposal related list Issue Verify User Interface (UI) action in Planed Asset related list on sn_hamp_hw_asset_disposal_task form is not available CauseVerify User Interface (UI) Action condition was modified. Also disposal task [sn_hamp_hw_asset_disposal_task ] was not matching all conditions on the User Interface action.ResolutionVerify User Interface Action condition to be available is as below RP.isRelatedList() && parent.getTableName() === 'sn_hamp_hw_asset_disposal_task' && parent.getValue('task_name') === 'verify' && (parent.getValue('state') === '1' || parent.getValue('state') === '2') /nav_to.do?uri=sys_ui_action.do?sys_id=44be8290c7430010d665ffc603c260ac The User Interface action was available in the "Actions on selected rows" dropdown menu under the Planned Asset Related list on the sn_hamp_hw_asset_disposal_task record after being restored to the Out of the box Store version and making sure that the User Interface action's condition was fulfilled. Note: Verify UI action is configured as List choice action.