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

@@ -24,7 +24,7 @@ namespace raven_integration
D1.login = Util.Uniquify("LOGIN");
D1.password = Util.Uniquify("PASSWORD");
D1.roles = 0;//norole
D1.userType = 3;//non scheduleable
D1.userType = 2;// not service type user
D1.notes = "notes";
D1.customFields = Util.UserRequiredCustomFieldsJsonString();