Question
EY
US
Last activity: 15 Apr 2016 1:55 EDT
In PEGA 7.1.10 wizard generated Connect-Rest json request containing the previous attribute
Actually we are facing a very silly issue during call the connect-rest inside a activity.
Connect-Rest is generated through the PEGA wizard and we are using PUT method to post some json request to external system.
1st time when generated the data model using a sample request json file for connect-Rest method.This json contains a attribute with a spelling mistake like :"TourrFeePaidByCd":"N"
After sometime service team changed that to TourFeePaidByCd now we are trying to setting the value of the TourFeePaidByCd property in the request data transform in place of TourrFeePaidByCd of the connect rest method.But still every time it is generating the request message with the previous TourrFeePaidByCd property.
I have tried
1.withdraw the property TourrFeePaidByCd.
2.remove the TourrFeePaidByCd property and all it's reference.
3.tomorrow i am planing to restart the DEV with extract marker deletion.