This commit is contained in:
2026-02-24 14:16:21 -08:00
parent 1ab81e92ee
commit 0f005d0715
6 changed files with 23 additions and 19 deletions

View File

@@ -123,7 +123,7 @@ namespace raven_integration
DUSER.password = Password;
DUSER.roles = 0;//norole (any role can get a subset of translation keys)
// DUSER.translationId = NewId;
DUSER.userType = 3;//non scheduleable
DUSER.userType = 2;// not service type user
//Required by form custom rules
DUSER.notes = "notes";
DUSER.customFields = Util.UserRequiredCustomFieldsJsonString();