Question

Blue Cross and Blue Shield of Minnesota
US
Last activity: 1 May 2025 12:21 EDT
Issue with currency related case document tags
When using case documents tags to generate a word (docx) output from case data we are experiencing issues using the currency related tags. When using the reference for a DECIMAL type property from the pyWorkPage we are able to use <pegaref config={"name":".OurProperty","scale":"2","type":"P","doGroupBy":"true","groupBySize":"3"}> to successfully format the decimal. (example 1234.9 -> 1,234.90) However when we add any of the currency related tags the output value is null:
<pegaref config={"name":".OurProperty","scale":"2","type":"P","doGroupBy":"true","groupBySize":"3","isCurrency":"true","currency":"$_val"}>