Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/07/2024 07:12 AM - edited 08/07/2024 07:16 AM
Hi Team,
One of our DB apps is using a stored procedure to revoke access.
The stored procedure is designed to take email as an input. We are bringing email in account's custom property.
What variable could be used to call email in the input parameter? For ex we tried using - ${task.account.customproperty2} but it failed.
Procedure looks like - remove_all_access (email varchar2, ioStatus in out number)
Any suggestions would be helpful.
Thanks.
08/07/2024 06:30 PM
${user.email}
08/07/2024 08:56 PM
Hi @Gurukrishna96 ,
Try account.customproperty2
08/07/2024 09:02 PM
@Gurukrishna96 what is the error you're seeing for ${task?.account?.customproperty2}
can you please share logs? also the full JSON.