Click or drag to resize

employeeMaintenanceeditScreen Method

Edits all the records for the employee maintenance screen.

Namespace:  ctDynamicsSL.financial.payroll.maintenance
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 employee maintenance screen ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public employeeMaintenancescreen editScreen(
	string actionType,
	employeeMaintenancescreen inScreen
)

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.financial.payroll.maintenanceemployeeMaintenancescreen

Return Value

Type: employeeMaintenancescreen
See Also