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

Enable Account from Analytics

RCreddy
New Contributor
New Contributor

Hi Team,

Can someone help me to enable the account from Actionable Analytics with the required Query.

Regards,

Rashmitha

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

https://saviynt.freshdesk.com/support/solutions/articles/43000606546-configuring-allowed-actions#Con...

Enable Account

When Enable Account is configured as an allowed action, it enables a user account that was disabled for security reasons. When this action is performed on a record, an Enable Account task is created for enabling the account in the target application.

The Analytics query must have the columns given below:
acctKey - Stores accountkey of the account which has to be enabled.

Sample query:

  • Schedule from Run All V2 Analytics Job
    select a.name,a.accountkey as acctKey, endpointkey, 'enableAccount' as Default_Action_For_Analytics from accounts a;

  • Schedule from Run All V1 Analytics Job
    select a.name,a.accountkey as acctKey, endpointkey, 'Enable Account' as Default_Action_For_Analytics from accounts a;


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

sk
All-Star
All-Star

Also when you are scheduling the analytics job make sure that you did check "Execute Default Action for Analytics"

sk_0-1671726484532.png

 


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