Click or drag to resize

TimeExportParamOutExportCode Property

Gets or sets ExportCode for time export

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string ExportCode { get; set; }

Property Value

String
Remarks
This value represents ExportCode for the time card entry.

Note  Note
Setup:
Configuration > Payroll Processing > Export Code Matrices
Configuration > Payroll Processing > Pay Adjustment Types

Business Rules:
The ExportCode reports differently based on the Type value.
TypeNotes
TimeCard If the the TimeExportParamOut.Type value is '0' then the following rules apply to the return value of this element. In the export code matrixes setup screen be sure that the pay type for which you need time exports is setup with both a paid and unpaid code. For example if a user enters a work shift and that work shifts is tied to a 'Work' pay type then the export matrices pay type for 'Work' will need to be mapped to any character code you designate in the paid and unpaid values. So if you assigned the paid value to 'P1' and the unpaid value to 'U2' then the ExportCode would show 'P1' for all paid types and 'U2' for all unpaid types.
PayAdjustment If the the TimeExportParamOut.Type value is '1' then the following rules apply to the return value of this element. For pay adjustment types the value that is returned is the pay adjustmen code. The payadjusment code is a short code for the pay adjustment for example 'Fuel' might have a payadjustment code of 'F'. These values are all setup in the configuration manager.
Caution note  Caution
Export codes that are setup are arbitrary. In other words they can be any value you choose. However they are important when it comes to mapping outbound files so be sure these export codes are what you plan on using when working with the TimeCard type.

Example
P1, A2, F, 5, HGR...
See Also