Event Action Dispatch Load Collection

Note: You can access this form only from the Event Actions form.

Use this form to construct an application event action that loads a specified collection associated with an IDO on a remote server. You can use various options on this form to limit the amount of data returned by this event action.

The data retrieved by this action is held in a "result set", which you must then refer to for further action.

The primary goal of the Dispatch Load Collection action type is to see the properties retrieved, so a Dispatch Load Collection action is generally followed by one or more PROPERTY() or FILTERPROPERTY() expressions.

If you do not know ahead of time how many rows will be retrieved based on the FILTER(), a ROWS() expression is required. In this case, you use it to limit the values passed into PROPERTY() and FILTERPROPERTY() for the row number argument. This is especially useful when you have executed multiple Dispatch Load Collection actions and must keep their results separate.

Note: The Dispatch Load Collection action type is similar to the Load Collection action type. The primary difference is that the Load Collection action type executes the Load Collection request on the system from which it is initiated; the Dispatch Load Collection executes the Load Collection request on a remote system.