Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Case documents tags

Updated on March 29, 2022

Customize your case documents by configuring the tags that you include in your case document templates. For example, if your case includes financial information, you can include tags for the currency.

The following table lists tags that you can insert in case document templates, with configuration parameters and examples:
TypeWhen to customizeConfiguration parametersExample
Date and time"name":".PropertyName","type":"P"

Design time: <pegaref config={"name":".DateTimeOfReport","format":"MM/dd/yyyy hh:mm:ss a","type":"P",setTZ="true"}>

Display date only"format":"MM/dd/yyyy"
Display date and time, not 24h formatformat:"MM/dd/yyyy HH:mm:ss a"
Display date and time, 24h formatformat:"MM/dd/yyyy HH:mm:ss"
Display timezonesetTZ:"true"
Do not display timezonesetTZ:"false"
Date only"name":".PropertyName","type":"P","format":"MM/dd/yyyy"

Design time: <pegaref config={"name":".DateOfReport","format":"MM/dd/yyyy","type":"P"}>

Run time: 09/19/2019

Time only"name":".PropertyName","type":"P"

Design time: <pegaref config={"name":".TimeOfReport","format":"hh:mm a","type":"P","setTZ":"false"}>

Not 24h format"format":"hh:mm a"
24h format"format":"HH:mm"
Display timezonesetTZ:"true"
Do not display timezonesetTZ:"false"
Integer, decimal, double"name":".PropertyName","type":"P"

Design time: <pegaref config={"name":".TotalCost","scale":"2","type":"P","doGroupBy":"true","groupBySize":"3","isCurrency":"true","currency":"$_val (USD)"}>

Display decimal places"scale":"Any number between 0 and 10"
Group digits"doGroupBy":"true","groupBySize":"Any number between 2 and 5"
Use symbol for currency"isCurrency":"true","currency":"Symbol_val"
Use code for currency"isCurrency":"true","currency":"_val (Code)"
Use symbol and code for currency"isCurrency":"true","currency":"Symbol_val (Code)"
Boolean"name":".PropertyName","type":"P","tValue":"ValueForTrue","fValue":"ValueForFalse"

Design time: <pegaref config={"name":".PropertyName","type":"P","tValue":"Yes","fValue":"No"}>

Run time: Yes

Attachment"name":".AttachmentFieldProp.pxResults(1).pyAttachmentLink","type":"A"

Design time: <pegaref config={"name":".AttachmentFieldProp.pxResults(1).pyAttachmentLink","type":"A","showLabel":"true","attachLabel":".XYZ","width":"20","height":"30"}>

Run time: The application displays image attachments, and embeds files in a .docx format as inline attachments. Otherwise, the application adds attachments as objects by suing object linking and embedding (OLE).

Text"name":".PropertyName","type":"P"
Note: Users can insert images of any size when they use a rich text editor.
Text area"format":"TA"
Rich text editor"format":"RTE"
Properties inside page list"name":".PageList().PropertyName"

Design time: <pegaref config={"mode":"pagelist","name":".PageList().PropertyName","type":"P"}>

Run time: Row 1: Value1, Row 2: Value2.

Properties inside page"name":".Page.PropertyName"
Note: Document generation supports embedded page levels, for example .Page1.Page2.Page3.PropertyName.

Design time: <pegaref config={"name":".Page.PropertyName","type":"P"}>

Run time: PropertyValue

Section"name":"SectionName","type":"S"
Note: Document generation does not support skin styling and CSS3. As a result, the application might not properly render Pega autogenerated sections.

Design time: <pegaref config={"name":"SectionName","type":"S"}>

Run time: Section name

Correspondence"name":"CorrespondenceName","type":"C"
Note: Document generation does not support skin styling and CSS3. As a result, the application might not properly render Pega autogenerated sections.

Design time: <pegaref config={"name":"CorrespondenceName","type":"C"}>

Run time: Correspondence content

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us