BenSelect Documentation
UpdateDeductionCodes Method
See Also  Send Feedback
Selerix.BenSelect.Api.ApplicationCore.Services.Setup.Edi Namespace > SetupPayerDeductionCodeService Class : UpdateDeductionCodes Method
case
The case
payrollCompany
The payroll company
location
The location. Use null for all locations in the Payroll Company.
deductionCodes
List of new values for this payrollcompany/location
updateAllLocations
Should all locations be updated?
Inserts/Updates/Deletes deduction codes.

Syntax

JScript 
public function UpdateDeductionCodes( 
   case : clsCase,
   payrollCompany : Guid,
   location : Guid,
   deductionCodes : IList,
   updateAllLocations : boolean
);

Parameters

case
The case
payrollCompany
The payroll company
location
The location. Use null for all locations in the Payroll Company.
deductionCodes
List of new values for this payrollcompany/location
updateAllLocations
Should all locations be updated?

Exceptions

ExceptionDescription
Selerix.Foundation.Data.DataValidationExceptionData validation exception.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.