Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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