Question
Cognizant
SG
Last activity: 11 May 2023 7:14 EDT
Property Qualifier pzExternalName missing in PEGA Platform 8.8.0
Hi,
i am working on Service REST creation that requires to follow specific response field naming convention provided by middle layer .
currently I'm facing issue to create a response property in camel case, for example: dateOfBirth , PEGA is throwing error "Property name - A case mismatch has been found for this property :'dateOfBirth' doesn't match 'DateOfBirth'"
i've gone through other article where they suggest to use property qualifier to rename it back to the correct naming in response by using pzExternalName property qualifier, the issue is i don't see the property qualifier exists in my PEGA platform 8.8 .
is there any way to add the qualifier?
Thanks!