Defining a page for a Parse XML rule
Complete Pages & Classes tab to define a Page name to use with the Context Page value on the Mapping tab of the User Data window in a Parse XML rule. This tab is optional.
See How to Complete a Pages & Classes tab for basic instructions.
- In the navigation pane of Dev Studio, click Records.
- Expand the Integration-Mapping category, and then click Parse XML.
- Click the Pages & Classes tab.
- In the Page name field, enter the name of the clipboard page that will be used as the destination for the parsed XML data.
- In the Class field, select the class of that page.
- In the Mode field,
Leave blank unless this page is to be accessed indirectly at run time.
Selectprompt
if the name in the Page name column is an indirect page name (starting with theprompt
prefix) and the system is to verify at run time that the associated page indicated in an activity Call or Branch step exists and has a class that matches the Class value in this row.You cannot use symbolic page names (such as
primary
orparam
) after the keywordprompt
; an explicit page name is required. - Click Save.
Previous topic Parsing date, dateTime, and time values in a Parse XML rule Next topic Enabling XML validation for a Parse XML rule