NotesIsDeliveryOrder(Object) Method
Identifies whether the document is a delivery note (sale or purchase).
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsDeliveryOrder(
Object codeType
)
Public Shared Function IsDeliveryOrder (
codeType As Object
) As Boolean
- codeType Object
- Code type object.
Boolean if the document is a delivery note (sale or purchase); otherwise,
.