Back Forward Standard properties on the pxThread page
(Code-Pega-Thread class)

About Property rules

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 (Read-only). A thread corresponds to a clipboard context.

This table identifies some important Code-Pega-Thread properties in alphabetical order.

NoteIn V5.4 and later, PRPC automatically 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 checkbox on the Definition tab of the application rule directly referenced in the requestor's current access group.

As a best practice for applications that are developed in V5.4 and later, select the Place properties on thread page only checkbox, to instruct PRPC to maintain these properties on the pxThread pages and to allow rapid application switching. Properties marked with the dot (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 checkbox setting does not alter the results of rule execution. PROJ-1008 TASK-2854 5.4 BUG-12666 and GAJNJ 3/10/08

Property

Purpose

More ...

pxApplicationRuleSetsDot Value List of RuleSets provide by 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
pxCurrentWorkPoolDot Current work pool Work pool name
pyDesktopTypeDot Developer or User, from the portal rule portal
pxDevelopRuleSet Dot
pxDevelopVersionDot
Local customization RuleSet and version for this user, from the Settings tab of the access group.  
pxHomeDirectoryDot 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 Dot 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 PRPC node. How to capture and deploy static content to an edge server
pxThreadName Name of this Thread. Thread
pyUserPortalsDot Value list of portal rules for this requestor, determined from the access group. Meaningful only for BROWSER requestors. portal rule
pyUserWorkPoolsDot Work pools available to this user, from the access group. work pool

UpAbout Property rules
UpAtlas home