pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -66,12 +66,11 @@ obj_Appwindow('Create',@WINDOW)
AdminUser = XLATE('LSL_USERS',@USER4,LSL_USERS_ADMIN_USER$,'X')
IF NOT(AdminUser) THEN
IF NOT(AdminUser) AND NOT(Memberof(@User4, 'BUSINESS_ADMINS')) THEN
ErrMsg('Improper security to enter Security Groups')
End_Window(@WINDOW)
RETURN
END
//Populate Classification Combo Box
ClassOptions = Database_Services('ReadDataRow', 'APP_INFO', 'USER_CLASSES')
Set_Property(@Window : '.CMB_USER_CLASS', 'LIST', ClassOptions)