IHostDocumentsViewsShowChangeSituationNote Method
Displays the screen to change situation.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowChangeSituationNote(
List<long> ids,
NoteType noteType,
Action finishingAction = null
)
Sub ShowChangeSituationNote (
ids As List(Of Long),
noteType As NoteType,
Optional finishingAction As Action = Nothing
)
Parameters
- ids ListInt64
- List<Int64> with the unique note identifiers.
- noteType NoteType
- NoteType with the type of note.
- finishingAction Action (Optional)
- Action to do the view after finishing (for example: refresh the view).