Question
Ordina
NL
Last activity: 23 Jul 2017 4:19 EDT
PageGroup, groupkey numberformat exception
Hi,
We're currently facing an interesting issue. We have a pagegroup defined where we wish to add objects to with the account id as the groupkey.
However in some cases the accountid is a 16 character string with only numbers. This effectively results something like .GroupName("999999999999999").PropertyName
Pega seems to try to parse this to a number and use it as a list index instead of a groupkey..
Adding a letter as a suffix gives an invalid numeric subscript.
And adding a letter as a prefix does make it work but will make the referencing harder.
Are there any escape characters or other constructs that will disable the use of the number as an index ?
***Moderator Edit: Vidyaranjan | Updated SR details***