|
![]() |
Use the Page-Set-Messages method to add a message to a clipboard page. Like a message associated with a property, a message associated with a page normally prevents the page from being saved into the database.
A later
Page-Clear-Messages method applied to the same page removes the
messages set by this method. In addition, page
messages are cleared when a workstation user submits an HTML
form to the Process Commander server that includes values for
properties on that page.
This method has three parameters:
Parameter |
Description |
Page |
Optional. Identify a page to contain the message. Use
the keywords |
Category |
Optional. Leave blank unless when the message text is displayed the output is intended to be localized based on field value rules in a language-specific RuleSet. Identify a localization category. The default is pyMessageLabel. See About the Localization wizard. |
Message |
Enter one of the following:
Optionally, if the Rule-Message identified uses one or more parameters, follow the name by a backslash character, the letter t, and a text value for each value. For example, the standard Message rule named ActivityNotDefined references one parameter in its text definition: The activity {1} is not defined. To provide a value BouncedCheck for this parameter, enter the following as the value of the Message parameter ActivityNotDefined/tBouncedCheck
|
The message becomes associated with the page as a page message.
This method updates the pxMethodStatus property. See How to test method results using a transition.
![]() |
page message |
![]() |
About
Message rules
Page-Clear-Messages method Property-Set-Messages method |