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

DB Connector - Set account name in "CREATEACCOUNTJSON".

John_H_Jeon
New Contributor III
New Contributor III

Hi, Team

I understand that REST connector can specify Account Name in CreateAccountJSON as below.
Is there a way for DB connectors to set up Account Name as below?

// CreateAccountJSON
{
	.
	.
	.
	"responseColsToPropsMap": {
		"name": "#CONST#${if(requestAccessAttributes.get('company') == 'a' && user.companyname != 'a' ){ 'user.systemUserName' + '.a' } else if (requestAccessAttributes.get('company') == 'b' && user.companyname != 'b' ){ 'user.systemUserName' + '.b' } ... }~#~char"
	},
	.
	.
	.

}

 

 

2 REPLIES 2

NM
Esteemed Contributor
Esteemed Contributor

@John_H_Jeon response colstoprop isn't supported in db connector.


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

rushikeshvartak
All-Star
All-Star
  • Can you elaborate on business requirements?

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