Question
Intel
IN
Last activity: 21 Feb 2019 8:57 EST
How to check on the details of an SR/HFix referred in Pega Community?
Recently, I came across a scenario where i have to pass a property (containing doublequote) to an REST connector API integration. Reason being, the list-of-values stored in my integration system may contain text with doublequote in them. Whenever I try to simulate such scenarios, I keep getting errors from validation front on the UI itself. Unable to proceed further.
I tried a different approach as well. ie., store a value without doublequotes in Pega eg., ABC. Check for this particular string 'ABC' and replace it with 'AB\"C' before calling the REST connector. However, this too didn't work out, because the value sent was 'AB"C' instead of 'AB\"C'. So the API still throws errors.
On trying to check on this, came to know from Pega community that HFix-21067 provided as part of SR-838185 solves such issues. Refer https://community1.pega.com/community/product-support/question/double-quotes-message-rule-not-rendering-correctly
In such scenarios, how do i access the SR-838185 to understand if the HFix will really help me? In this case, this SR wasn't opened by me (nor) my org.
Thanks in advance,
Prakash