LinesAllowQuantityNull Method
Indicates whether the line of a note type (
NoteType) allows null quantities.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool AllowQuantityNull(
NoteType noteType,
string documentStatus
)
Public Shared Function AllowQuantityNull (
noteType As NoteType,
documentStatus As String
) As Boolean
- noteType NoteType
- NoteType with the note type.
- documentStatus String
- string with the document status.
Boolean if the note allows null quantities; otherwise,
.