Question
BPM Company
NL
Last activity: 17 Mar 2023 5:23 EDT
JSON data transform does not support page groups
According to https://docs.pega.com/bundle/platform-88/page/platform/data-integration/json-automapping-intro.html pega does not support JSON automapping of page groups (only pages and page lists are supported) Is there any indication on when (and if) this will be supported in future?
as an alternative we use pzGetPageAsJSON data transform to map the complete page, but that results in all properties being mapped as a string
so:
- "somenumber": "1"; in stead of "somenumber": 1;
- "someboolean": "true"; in stead of "someboolean": true;
- "somedecimal": "10.01"; in stead of "somedecimal": 10.01;
etc.
Is there some other workaround that returns page groups into "proper" JSON? (so not returning all properties as a string)
***Edited by Moderator Marije to add Capability tags***