Click or drag to resize

voucherAndAdjustmentEntryeditScreen Method

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

Namespace:  ctDynamicsSL.financial.accountsPayable.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 voucherAndAdjustmentEntryscreen editScreen(
	string actionType,
	voucherAndAdjustmentEntryscreen inScreen
)

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.financial.accountsPayable.inputvoucherAndAdjustmentEntryscreen

Return Value

Type: voucherAndAdjustmentEntryscreen
See Also