NotesToolsDeliveryNumberField Method

Indicates the document field that stores the delivery number, depending on the type of document.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string DeliveryNumberField(
	NoteType noteType
)

Parameters

noteType  NoteType
NoteType with note type.

Return Value

String
string with the document field that stores the delivery number.

See Also