Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/31/2024 06:14 PM
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"
},
.
.
.
}
Solved! Go to Solution.
10/31/2024 08:15 PM
@John_H_Jeon response colstoprop isn't supported in db connector.
10/31/2024 09:27 PM