Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/21/2023 09:18 AM
I am trying to create SAP account from saviynt. I am trying to update Valid To field in SAP with value "31.12.9999". I am using below JSON but its getting failed. How can I add?
{
"ADDRESS": {
"LASTNAME": "${user.lastname}",
"FIRSTNAME": "${user.firstname}",
"E_MAIL": "${user.email}",
"DEPARTMENT": "${user.departmentname}"
},
"LOGONDATA": {
"USTYP": "A",
"VALIDTO": "31.12.9999"
}
}
07/23/2023 08:46 PM
Hello @Asis,
Can you please try to use valid through attributes, as mentioned in the document?
Saviynt Account Attribute | SAP (Field Label) |
VALIDFROM | Valid From |
VALIDTHROUGH | Valid Through |
For Ref: https://docs.saviyntcloud.com/bundle/SAP-v23x/page/Content/Configuring-the-Integration-for-Importing...
Thanks,
Sudesh
07/24/2023 03:04 AM
Hi @Asis
the following is working for us:
"LOGONDATA": {
"USTYP": "A",
"GLTGB": "99991231"
}
best regards,
Sampo