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

Account object not working under custom assignment module of workflow

Deepanshu
New Contributor
New Contributor

Hi All,

I am trying to implement a workflow using custom assignment module of workflow. Within the custom assignment module the type selected is custom query. 

Within the module I'm trying to fetch the accountkey of the account for which I'm submitting the modify request. In order to fetch the same I tried using ${accounts.id},${accounts.accountkey},${account.id},${account.accountkey} but saviynt is unable to resolve any of the above. The help section says that the correct object name is accounts but it is not working.

Can someone share the correct object name?

Query: select case when TIMESTAMPDIFF(day, customproperty1,current_timestamp()) > 90 then 5 else 6 end as userkey from accounts where accountkey = ${account.id}

If i use the accountkey explicitly the workflow is working as expected so the only help needed is sharing the object name.

Note: We have configured the workflow in such a way that only modify, enable account requests will be routed to this block so account already not existing within saviynt would never be the scenario.

 

Thanks,

Deepanshu

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Join ars_requests and request_access 

request_access table will have accountkey


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi Rushikesh,

I cannot find accountkey field in the table. Please see below the screenshot from data analyzer. Also On trying to fetch value of "accountkey" from request_access table return error unknown column "accountkey".

Please see below the screenshot for the same.

Deepanshu_0-1678974428396.png

 

If request is for account then accountkey will be stored in ACCESSKEY


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.