I need to hide "edit" ui action from one table
I have duplicated the OTB edit ui action andnew GlideRecord(current.getTableName())).canCreate() && RP.isManyToMany() && !RP.getListControl().isOmitEditButton() && current.getTablename()!='u_service_option'; This is not working