Click or drag to resize

siteMaintenanceeditNoteAsDataSet Method

Edits a note for soaddress or customer. Requires noteLevel:Normal,Detail;actionTypes:ADD,UPDATE,VALIDATEONLY

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "editNoteAsDataSet", Description = "Edits a note for soaddress or customer. Requires noteLevel:Normal,Detail;actionTypes:ADD,UPDATE,VALIDATEONLY")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet editNoteAsDataSet(
	string actionType,
	string noteLevel,
	Snote inSnote
)

Parameters

actionType
Type: SystemString
noteLevel
Type: SystemString
inSnote
Type: ctDynamicsSLSnote

Return Value

Type: DataSet
See Also