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

Passing Manager Account ID in the database connector

shivmano
Regular Contributor III
Regular Contributor III

Hi Team - 

I am trying to pass the user manager's accountID for the endpoint the task is created for in the CreateAccountJSON but receiving the error "No such property: accountID for class: java.lang.String". I have tried passing ${managerAccount?.accountID} and ${(user?.manager==null||user?.manager=='')?'':managerAccount.accountID}. Please can someone suggest how can I successfully pass the manager's accountID in the database connector? 

Thank you

1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Siva,

At the moment, it's not possible to pass the manager account ID through the database connector.
Please consult the provided documentation and utilize only the variables that are made available.

https://docs.saviyntcloud.com/bundle/DB-v55x/page/Content/Configuring-the-Integration-for-Provisioni... 

Thanks,

If you find the above response useful, Kindly Mark it as "Accept As Solution".