UI Actions on Related Lists do not work as expected and throws an error "Action not authorized"Issue UI Actions with script in 'Omit new button' or 'Omit edit button' in the list control throws an error "Action not authorized"CauseIf "current.parent" is used in the 'Omit new button' or 'Omit edit button' in the list control, as it is known to throw these errors.ResolutionUse "parent" directly. For example, you can use "parent.sys_id" or "parent.state"