| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| source | Object | The Source Object from which to generate the Summary Page (this may be Nothing). | ||
| target | iseSummaryPageTarget | The Target for which the summary page is being generated. | ||
| formRecordMode | iseFormRecordMode | The Record Mode of the Form if applicable. | ||
| contextData1 | Object | Custom Context Data. | ||
| contextData2 | Object | Custom Context Data. | ||
| scriptContextData | ISKeyValueList | Other Context Data (made available to the Script via the ScriptInfo object). | ||
| properties | ISKeyValueList | Other Parameters (made available to the Script via the ScriptInfo object). | ||
| text | String | ByRef | The text generated for the Summary Page. |
A Boolean value indicating success.