Page-Merge-Into method |
Use this method to merge the contents of two or more pages into one page. Specify the source pages in the MergeFromList parameter.
The Page-Merge-Into method accepts a list of source pages and one base parameter.
Parameter |
Description |
||||||||
MergeFromList |
Optional. List one or more page names to merge into the step page. Don't include the step page (the destination) as one of the source pages. Order is significant. If you leave this blank, the Page-Merge-Into method merges the primary page into the step page. ERNSG 4/7/05
Identify one or more single
pages here. You can't reference a |
||||||||
Keep |
Optional. Enter 0, 1 or 2 to control the merge operation:
|
The system finds the destination page named in the Step Page column. If not found, it creates a new page with this name. SDAS/OLSOK 12/05/05 and SR-210 and B-15556 rejected
If any of the specified MergeFromList pages are not found, the merge process ignores them.
It copies properties and values from the source pages into the destination page, retaining or overwriting property values in the destination page according to the value of the Keep parameter.
It processes the source pages in the sequence you entered them in the parameter array. As it copies a property and value, the system validates the value against the property definition (the Rule-Obj-Property rule) and marks any in error. It updates the pxErrorList property. Vague
Source pages are unaltered.
This method updates the pxMethodStatus property. See How to test method results using a transition.
B-11491 This method cannot be used in a step that involves iteration.