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!

Hi @MOHAMADZUFRIA: Can you share the steps which you followed to confirm pzExternalName property qualifier is not available in the product? Were you able to search for the rule?

To configure a property qualifier, it is to be done in the advanced tab of property rule. Please refer pyConnectionToken property in baseclass for reference

Thanks.

@ArulDevan i tried from below steps :

  1. the property advanced Tab > Property Qualifiers and clicked +

  2. type pzExternalName and press down arrow , not able to see any qualifier with the name.

  3. go to records > Data Model > Property Qualifier , screen loaded with list of qualifiers, there also i’m not seeing the pzExternalName .

i’ve referred pyConnectionToken advance tab, it is there with the pzExternalName as the PropertyQualifier but not from the drop down list .

any DSS i need to enable to see the pzExternalName qualifier?

@MOHAMADZUFRIA

  1. go to records > Data Model > Property Qualifier , screen loaded with list of qualifiers, there also i’m not seeing the pzExternalName .

Since pzExternalName is a final rule so you need to check/enable “Enable diagnostic features” on your operator preferences.

@BhanuPrakash_G Thanks ! after enabling the Diagnostic features in operator preferenes, i’m able to see and select pzExternalName Property Qualifier !

@BhanuPrakash_G

Where we can find the operator preferences.Can you please provide access path.

@HanumanthuU1282 In Dev studio, from Operator menu → Preferences.