The standard properties in the Code-Pega-Thread class are typically found on the Thread page of the clipboard, the page named pxThread
. This is a reserved, system-maintained page; your application can read but not directly set these values (). A thread corresponds to a clipboard context.
This table identifies some important Code-Pega-Thread properties in alphabetical order.
The Pega 7 Platformautomatically maintains certain properties on each pxThread
page for a requestor and in some cases, also maintains these properties on the pxRequestor
page, depending on the value of the Place properties on thread page only check box on the Definition tab of the application rule directly referenced in the requestor's current access group.
As a best practice, select the Place properties on thread page only check box to maintain these properties on the pxThread
pages and to allow rapid application switching. Properties marked with the dot () have correct values on the thread pages, and do not appear on the pxRequestor
page, when the Place properties on thread page only option is selected. These properties appear on both a pxThread
page and the pxRequestor
page, with correct values only on the pxRequestor
page, when the Place properties on thread page only option is not selected. The check box setting does not alter the results of rule execution.
Property |
Purpose |
More ... |
pxApplicationRuleSets | Value List of rulesets provided by the application rule. |
application rule |
pxCurrentAccessGroup | Key of current access group of this Thread. | access group |
pxCurrentApplication | Key of current application rule in force for this Thread. | application rule |
pxCurrentWorkPool | Current work pool | Work pool name |
pyDesktopType | Developer or User , from the portal rule |
portal |
pxDevelopRuleSet
pxDevelopVersion |
Local customization ruleset and version for this user, from the Settings tab of the access group. | |
pxHomeDirectory | Subdirectory on the application server node that contains all the directories for static content. Normally /webwb . |
static content |
pxMethodStatus | Result of most recent method executed in an activity. | How to test method results using a transition. |
pxSecuritySnapShot | Page containing security details, including pyUserRuleSets properties. | |
pyStaticServerGIF pyStaticServerJS pyStaticServerCSS |
Allow selected static content to be served from an edge server rather than from the Pega 7 Platform node. | How to capture and deploy static content to an edge server |
pxThreadName | Name of this Thread. | Thread |
pyUserPortals | Value list of portal rules for this requestor, determined from the access group. Meaningful only for BROWSER requestors. | portal rule |
pyUserWorkPools | Work pools available to this user, from the access group. | work pool |