Share via


ReleaseUpdateDB60_Proj.updateTSLineAndTSLineWeek Method [AX 2012]

Update TSTimesheetLine and TSTimesheetLineWeek tables using the new SFK fields and additional details based on the refactoring done on AX 6

Syntax

public void updateTSLineAndTSLineWeek()

Run On

Server

Remarks

The new field ProjPeriodTimesheetWeek in TSTimesheetLine is a foreign key to ProjPeriodTimesheetWeek table.

This field enables the code to filter all timesheetlines based on the user selected Work Week period The new field TSTimesheetLine in TSTimesheetLineWeek is a foreign key to TSTimesheetLine table This maps 1 record in TSTimesheetLine to 1 record in TSTimesheetLineWeek

See Also

Reference

ReleaseUpdateDB60_Proj Class