Difference between revisions of "Slotting Import"
From sbv.wiki
(Created page with "This import updates the employee’s earliest non-zero shift history entry with a date. This is used as part of starting the accrual process. The first non-zero shift history ...") |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
This import updates the employee’s earliest non-zero shift history entry with a date. This is used as part of starting the accrual process. The first non-zero shift history record is the starting date for accruals. | This import updates the employee’s earliest non-zero shift history entry with a date. This is used as part of starting the accrual process. The first non-zero shift history record is the starting date for accruals. | ||
| − | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| − | + | ! Column Type | |
| − | + | ! Identifiers | |
| − | + | ! Notes | |
| − | + | ! Required | |
| − | | | + | |- |
| − | + | ||
|- | |- | ||
| − | | | + | | Employee ID |
| − | Employee ID | + | | Employee ID, Emp ID, ID |
| − | | | + | | This is used to uniquely identify the employee. Note the distinction with the clock ID, SSN, and Payroll ID fields is the “_”. With a multi-facility configuration you must also provide the Facility column. |
| − | Employee ID, Emp ID, ID | + | | Yes |
| − | | | + | |
| − | + | ||
|- | |- | ||
| − | | | + | | Pay Date |
| − | Pay Date | + | | Pay Date, Date |
| − | | | + | | The new date for the first non-zero shift history entry |
| − | Pay Date, Date | + | | Yes |
| − | | | + | |
| − | The new date for the first non-zero shift history entry | + | |
|} | |} | ||
| + | |||
| + | == See also == | ||
| + | |||
| + | * [[Import]] | ||
Latest revision as of 15:41, 7 April 2017
This import updates the employee’s earliest non-zero shift history entry with a date. This is used as part of starting the accrual process. The first non-zero shift history record is the starting date for accruals.
| Column Type | Identifiers | Notes | Required |
|---|---|---|---|
| Employee ID | Employee ID, Emp ID, ID | This is used to uniquely identify the employee. Note the distinction with the clock ID, SSN, and Payroll ID fields is the “_”. With a multi-facility configuration you must also provide the Facility column. | Yes |
| Pay Date | Pay Date, Date | The new date for the first non-zero shift history entry | Yes |