Passing Manager Account ID in the database connector

shivmano
Regular Contributor II
Regular Contributor II

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,