Question
Maantic Inc
US
Last activity: 24 Oct 2019 8:07 EDT
Pega 822 data page parameter issue
Hi,
Application updated from pega721 to pega 822.
When datapage passing parameter is not available in the clipboard, pega 822 takes property name as parameter value.
Example: D_GetList, have two parameters Name and id.
Parameters as refereed from page test.
D_GetList[Name: "test.Name",id: "test.id"]
In the issue scenario, page test have only Name property (assume it has value john), id property is not available.
datapage takes param values in below format, but pega 721 is worked fine.
D_GetList[Name: "john",id: "test.id"] ----- Pega V822
D_GetList[Name: "john"] ----- Pega V721 , id property is not available so it takes only name.
Anybody faced this issue or do we have any hotfix?
***Edited by Moderator: Pallavi to update platform capability tags***