SaiM8658
(Sai Meghana)
May 24, 2022, 3:04pm
1
Hi,
I have a property Status in @baseclass but i need a property status as my json in rest-connect rule is expecting it.
I couldn’t create status property as it is already there in baseclass and it’s throwing this error.
This record has 2 Errors in 2 places
pyPropertyName—
A case mismatch has been found for this property: ‘status’ doesn’t match ‘Status’
Error—
Definition required to confirm to Data-.Status instance created 20181213T073945.991 GMT
I tried property qualifier but that didn’t work.
Kindly help.
Thanks
Animesh
(Animesh Patnaik)
May 24, 2022, 4:14pm
2
@SaiM8658
REST Connector JSON properties mapping issue | Support Center this should be helpful and has all you need to do to fix the above issue
SaiM8658
(Sai Meghana)
May 24, 2022, 4:17pm
3
@Animesh
Hi I have tried creating property qualifier as mentioned in the above post but still that didn’t work.
Thanks
Animesh
(Animesh Patnaik)
May 24, 2022, 4:38pm
4
@SaiM8658 As mentioned in the link above Did you try creating the status property with a different name like “statusInt”? else you can delete the existing property and create a new one with the same case
kamic
(Chandra Prakash Kamineni)
May 25, 2022, 9:21am
5
HI @SaiM8658 ,
JSON is case-sensitive .
While mapping the JSON data to the Pega clipboard, JSON Key must be matched with the Pega property.
As the JSON key is status then it will expect the same status (case sensitive) property in Pega as well.
Please try to create a property status then it will work.
Regards,
K Chandra Prakash.
SaiM8658
(Sai Meghana)
May 25, 2022, 9:29am
6
@KAMINENICHANDRAP
Hi,
I could create a property “status” bcz i do have one more property Status in baseclass and i’m getting this error.
This record has 2 Errors in 2 places
pyPropertyName—
A case mismatch has been found for this property: ‘status’ doesn’t match ‘Status’
Error—
Definition required to confirm to Data-.Status instance created 20181213T073945.991 GMT
Thanks
SaiM8658
(Sai Meghana)
May 25, 2022, 9:31am
7
@SaiM8658
I created property - qualifier in the same class of results page from service and the issue is solved.
Qualifier used - pzExternalName
Thanks