| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| securityStmtPk | Integer | The Primary Key of the Security Statement to Amend. | ||
| itemIndex | Integer | Optional | Optionally, and if relevant, the index of the Item on the Security Statement to Amend. If omitted, a value of -1 is assumed. | |
| serviceLogPk | Integer | Optional | ByRef | The Primary Key of a Service Log created. If omitted, a value of 0 is assumed. |
| hasPreValidationErrors | Boolean | Optional | ByRef | Returns True if any pre-Validation errors were detected. These errors are found before sending the request and are included in validationErrors. Will only Return True if the overall function returns False. If omitted, a value of False is assumed. |
| hasNoChanges | Boolean | Optional | ByRef | Returns True if the Financing Statement has not changed. Will only Return True if the overall function returns False. If omitted, a value of False is assumed. |
| securityStatementUpdated | Boolean | Optional | ByRef | Returns True if the Security Statement was successfully updated after the Amend is complete. If omitted, a value of False is assumed. |
| postScriptMessage | String | Optional | ByRef | If the "AmendPost" script failed, the message returned. |
| validationErrors | ISValidationErrors | Optional | ByRef | If hasPreValidationErrors=True then this contains the errors. If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.