Click or drag to resize

journalTransactionseditScreen Method

Edits all the records for the journal transaction entry screen.

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 = "editScreen", Description = "Edits all the records for the journal transaction entry screen. ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public journalTransactionsscreen editScreen(
	string actionType,
	journalTransactionsscreen inScreen
)

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.financial.generalLedger.inputjournalTransactionsscreen

Return Value

Type: journalTransactionsscreen
See Also