Registers a Security Statement.

Syntax

finSecurityRegistry.ExecuteRegister(securityStmtPk, [itemIndex], [serviceLogPk], [hasPreValidationErrors], [securityStatementUpdated], [postScriptMessage], [validationErrors])

Parameters

NameTypeOptionalByRefDescription
securityStmtPk Integer The Primary Key of the Security Statement to Register.
itemIndex Integer Optional Optionally, and if relevant, the index of the Item on the Security Statement to Register. 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.
securityStatementUpdated Boolean Optional ByRef Returns True if the Security Statement was successfully updated after the Register 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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finSecurityRegistry
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0