Click or drag to resize

journalTransactionseditNoteAsDataSet Method

Edits a note for Batch,GlTran. Requires noteLevel:BATCH,TRANSACTION;actionTypes:ADD,UPDATE,VALIDATEONLY

Namespace:  ctDynamicsSL.financial.generalLedger.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editNoteAsDataSet", Description = "Edits a note for batch. Requires noteLevel:BATCH;actionTypes:ADD,UPDATE,VALIDATEONLY")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
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