We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Configuration of entTypeLabels under entitlementParams is not working

GauravJain
Regular Contributor
Regular Contributor

Pulling entitlements from REST connector is working fine but one of the configuration under "entitlementParams" for "entTypeLabels" to rename few Entitlement properties is not working. Following is the configuration for reference:

"entitlementParams": {
"processingType": "SequentialAndIterative",
"connection": "acctAuth",
"entTypes": {
"Group": {
"entTypeOrder": 0,
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"entTypeLabels": {
"customproperty2": "number",
"customproperty3": "classname",
"customproperty4": "legacyid"
},
"http": {
"httpHeaders": {
"Authorization": "${access_token}"
},
"url": "using a correct url",
"httpContentType": "application/json",
"httpMethod": "GET"
},
"listField": "result",
"keyField": "entitlementID",
"statusConfig": {
"active": "true",
"inactive": "false"
},
"colsToPropsMap": {
"entitlementID": "id~#~char",
"entitlement_value": "name~#~char",
"description": "description~#~char",
"status": "active~#~char",
"customproperty2": "number~#~char",
"customproperty3": "class_name~#~char",
"customproperty4": "legacy_id~#~char"
},
"pagination": {
"nextUrl": {
"nextUrlPath": "${headers?.Link?.split(',')?.size()==4?headers?.Link?.split(',')[2]?.replace('<', '')?.replace('>;rel=\"next\"','')?.trim():headers?.Link?.split(',')?.size()==3 && headers?.Link?.split(',')[1]?.contains('>;rel=\"next\"')?headers?.Link?.split(',')[1]?.replace('<', '')?.replace('>;rel=\"next\"','')?.trim():null}"
}
}
}
}
}

}
}

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Update label in entitlement Types table . its one time activity


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

Hi rushikesh - thanks for your revert. As i am new to the system, can you tell me how should i update labels in entitlement type table? For ex column CUSTOMPROPERTY11_LABEL is not present on  Entitlement TYpe UI so UIADMIN sav role is not helpful in this case.

Please raise freshdesk ticket they will perform changes in database 


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