Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

DB connector

Nithin_Janagama
New Contributor III
New Contributor III

So I an creating an account in MySql databse using the below CREATEACCOUNTJSON:

{
"CreateAccountQry": "call ncreateAccount('${user.id}','${user.firstname}','1','${user.password}')"
}

This query is working fine. But what I also want to do is map the userid to accountID of the created account. How do I do that?

1 REPLY 1

AmitM
Valued Contributor
Valued Contributor

Hi @Nithin_Janagama , Saviynt will do that automatically if your New account task is successfully completed. Saviynt know that you are creating an account for user A and once task is completed you will see the association and status as manually provisioned.

Thanks Amit

Please remember to Accept Solution and hit Kudos if it helped.