NotesIsQuotation(Object) Method

Identifies whether the document is a sales or purchase estimate, or inventory.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsQuotation(
	Object codeType
)

Parameters

codeType  Object
Code type object.

Return Value

Boolean
if the document is a sales or purchase estimate, or inventory; otherwise, .

See Also