Checks to see if the supplied terms code is valid

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool ValidateFinancialTerms(
	string termsCode
)
Visual Basic (Declaration)
Public Function ValidateFinancialTerms ( _
	termsCode As String _
) As Boolean
Visual C++
public:
bool ValidateFinancialTerms(
	String^ termsCode
)

Parameters

termsCode
Type: System..::.String
The Financial Terms Code to check

Return Value

True if the supplied code is defined in this iMIS instance, false if not.

See Also