|
The Update Page action sets the page context for the subsequent (children) steps.
Use the Update Page action when you want to set values on a target page that is different from the data transform's primary page, and you want to:
For example, the following data transforms are equivalent:
SetpyWorkPage.CustomerTypeequal to "Existing"
SetpyWorkPage.CustomerLevelequal to "Bronze"
and
Update PagepyWorkPage
Set.CustomerTypeequal to "Existing"
Set.CustomerLevelequal to "Bronze"
In the second example, the Update Page action sets the page context to the pyWorkPage, so that the page does not have to be specified for the Target fields in the following children steps.
You can set the page context for the target only, or for both the target and source. To set the page context for the source, select with values from in the Relation list.
Update PagepyWorkPage
Set.ZipCodeequal to "02139"
Set.TelPrefixequal to "617"
Update PagepyWorkPagewith values fromEmployees
Set.ZipCodeequal to.PostalCode
Set.TelPrefixequal to.Prefix
blank — The default. Use when setting values on a target page using source values that are on this data transform's primary page (the clipboard page with the same class as the data transform's Applies To class).With values from — Use when the source values are on a page other than the data transform's primary page.You can use the following items in the Update Page action:
<APPEND>, <LAST>, PrimaryYou cannot use the Top or Parent keywords.
You cannot use data pages (pages that are instances of data page rules).