'New' UI Action condition on sm_part_requirement results in button still showing when 'Omit new button' is checked against List ControlDescription'New' UI Action on sm_part_requirement does not have !RP.getListControl().isOmitNewButton() condition due to which the button is being displayed in the Related List UI even when the 'Omit new button' field is checked against the List Control.Steps to Reproduce Navigate to All > Field Service > Work Order > All Work OrdersOpen any Work OrderGo to Part Requirements related list and open Configure > List ControlCheck "Omit new button"The new UI action is visible although omit new button is checked in list controls. Ideally, it should not be there.WorkaroundNavigate to All > System Definition > UI ActionsOpen 'New' UI action on sm_part_requirement table (e3baaef0413d8510f8774a9eaaf4a61c)Add '&& !RP.getListControl().isOmitNewButton()' in condition Related Problem: PRB1883513