Dynamic Subprocedure Method
The Dynamic Subprocedure method sends each input row to the specified subprocedure for individual processing. Each row can be associated with a different subprocedure.
Note: Rows are grouped together into an input row set and passed to each subprocedure in a single
invocation.
Arguments
Input Argument | Description |
---|---|
Context |
Optional. Property set of variables shared across all rows. |
Row Set |
The set of rows to process. |
Subprocedure Expression |
Defines the procedure to execute for the row. |
[Input Arguments] |
Any other input arguments to be passed to the subprocedures. |
Example
The following figure shows an example of arguments for a PSP procedure step named Execute Line Specific Pricing.
