Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Role Owner campaign template update

Lakhitha
New Contributor III
New Contributor III

Hi,

 

We have a requirement to update the role description attribute in role owner campaign templates.

We need to update the same attribute in all the role owner campaign templates. Is there any way we can automate this step? (updating all the role owner campaign template once instead of updating individual campaign template)

 

Thanks & Regards,

Lakhitha

11 REPLIES 11

NM
Honored Contributor II
Honored Contributor II

Hi @Lakhitha , you can try using enhancedquery.

Lakhitha
New Contributor III
New Contributor III

Hi

 

Thanks for your response.

Can you please help us on the table information and also sample enhanced query?

 

Thanks & Regards,

Lakhitha

@Lakhitha  if want update role_owner table data we can't update it have two primary key

Reference for limitation of all tables

https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter10-Job-Control-Panel/Job-Cat...

requirement for you can update table

1.

example : select rolekey as roles__primarykey,'ABC' as roles__DESCRIPTION from roles where role_name ('A','B')

2.if not able to update desc via enhanced query , try upload via csv file upload also have option.

https://forums.saviynt.com/t5/identity-governance/add-user-to-role-with-csv-using-upload-role-associ...

 

 

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Manu269
All-Star
All-Star

I assume you are looking to update the Role Desc attribute.

Refer this post : how to convert emergency role to Enterprise role i... - Saviynt Forums - 93029

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Lakhitha
New Contributor III
New Contributor III

Hi Manish

 

Thanks for responding,

No, we need to add role description attribute to role owner campaign templates. Please find the below screenshot for your reference.

 

Lakhitha_0-1718627919313.png

 

Thanks & Regards,

Lakhitha

Lakhitha
New Contributor III
New Contributor III

Hi Raghu,

I don't want to update the roles table, I just want to add the role description attribute in all the campaign templates at once.

Thanks,

Lakhitha

 

You can explore campaign_template table , all the configuration are stored in configuration_As_json column in the JSON format.

You might have to modify the JSON, add the role description and update it.

However its better to update the same from UI as that would be much easy.

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

Lakhitha
New Contributor III
New Contributor III

Hi Devang,

 

Thanks for responding. I have explored this option and config JSON varies as per the campaign templates. For all the campaign template I cannot update description attribute at once, I need to run enhanced query individually for every campaign templates.

 

Thanks & Regards,

Lakhitha

Avoid running enhanced query as its json stored in db and if it’s gets messed campaign will behave unexpectedly 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

rushikeshvartak
All-Star
All-Star

You need to update manually as you can export campaign templates individually and not in bulk.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Thanks for the updates.