IHostDocumentsViewsShowDeliverNote Method
Displays the screen for deliver note completed.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowDeliverNote(
long id,
Action finishingAction = null
)
Sub ShowDeliverNote (
id As Long,
Optional finishingAction As Action = Nothing
)
Parameters
- id Int64
- Note identifier.
- finishingAction Action (Optional)
- Action to do the view after finishing (for example: refresh the view).