Data Transform form
|
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.CustomerType
equal to "Existing"
SetpyWorkPage.CustomerLevel
equal to "Bronze"
and
Update PagepyWorkPage
Set.CustomerType
equal to "Existing"
Set.CustomerLevel
equal 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.ZipCode
equal to "02139"
Set.TelPrefix
equal to "617"
Update PagepyWorkPage
with values fromEmployees
Set.ZipCode
equal to.PostalCode
Set.TelPrefix
equal 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>
, Primary
You cannot use the Top
or Parent
keywords.
You cannot use data pages (pages that are instances of data page rules).