IHostDocumentsViewsShowDeliverNote Method

Displays the screen for deliver note completed.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowDeliverNote(
	long id,
	Action finishingAction = null
)

Parameters

id  Int64
Note identifier.
finishingAction  Action  (Optional)
Action to do the view after finishing (for example: refresh the view).

See Also