01-03-2023 09:55 PM
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}"
}
}
}
}
}
}
}
01-03-2023 10:01 PM
Update label in entitlement Types table . its one time activity
01-03-2023 11:37 PM
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.
01-04-2023 01:37 AM
Please raise freshdesk ticket they will perform changes in database