Click or drag to resize

cashAccountTransactionseditScreen Method

Edits all the records for the voucher and adjustment entry screen.

Namespace:  ctDynamicsSL.financial.cashManager.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 voucher and adjustment entry screen. ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public cashAccountTransactionsscreen editScreen(
	string actionType,
	cashAccountTransactionsscreen inScreen
)

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.financial.cashManager.inputcashAccountTransactionsscreen

Return Value

Type: cashAccountTransactionsscreen
See Also