08/28/2023 11:00 PM
Hi Team,
I've configured the Connection for ServiceNow as a Managed Application as per documentation: ServiceNow as a Managed Application (saviyntcloud.com)
I've mapped custom attributes for the CreateAccountJSON. When I raise an access request in Saviynt to create an account in SNow - the account, provisions, but isn't created with the custom attributes - that were mapped in the JSON.
And feedback of where I could have gone wrong would be greatly appreciated. Thank you.
For your reference please see attached text file.
Solved! Go to Solution.
08/28/2023 11:22 PM
@gabe_ung , you can use below in configjson for getting more logs:
{
"showLogs": true
}
and then look for Calling Webservice Url - in logs, this will give the actual call made to SNOW and see which custom properties did not evaluate.
Also try as below:
${user?.customproperty12}
08/29/2023 08:21 PM
@nimitdave , I can see the calls mad to SNow but I don't see any custom properties mapped.
08/30/2023 11:37 PM
We are intermittently receiving "User Not Authenticated" error message when we try to provision.
Anyone in the community encountered this before, if so, how was it rectified?
09/05/2023 04:36 PM
We figured it out.