Create a Financing Statement from a Security Statement and optionally validate the data as per the relevant Security Register specifications.

Syntax

finSecurityRegister.CreateFinancingStatementFromSecurityStmt(securityStmt, financingStatement, registerAction, errors, [includeFinancingStmtWarnings], [includeCollateralItemWarnings])

Parameters

NameTypeOptionalByRefDescription
securityStmt finSecurityStmt The Security Statement.
financingStatement ISFinancingStatement ByRef
registerAction iseSecurityStmtRegisterAction The Register Action for this Financing Stmt. (If the Action is Register then Sequence Numbers are added to the Collateral Items.)
errors ISListReadOnly ByRef A list of validation warnings are returned if the 'includeFinancingStmtWarnings' or 'includeCollateralItemWarnings' flags are set to True.
includeFinancingStmtWarnings Boolean Optional Validate the Financing Statement (Excludes collateral Items). If omitted, a value of True is assumed.
includeCollateralItemWarnings Boolean Optional Validate the Collateral Items. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

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