05/03/2023 01:46 AM
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
Solved! Go to Solution.
05/03/2023 03:32 AM
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,