Page "Time Sheet Lines"

ID 949
Namespace: Microsoft.Projects.TimeSheet

Properties

Name Value
Caption Time Sheet Lines
ApplicationArea #Jobs
UsageCategory Tasks
InsertAllowed False
ModifyAllowed False
DeleteAllowed False
LinksAllowed False
PageType List
SourceTable Table Microsoft.Projects.TimeSheet."Time Sheet Line"
SourceTableTemporary True
SourceTableView sorting("Time Sheet No.", "Line No.") order(descending)
AnalysisModeEnabled True

Methods

SetForTimeSheetHeader

procedure SetForTimeSheetHeader(ForTimeSheetHeader: Record "Time Sheet Header")

Parameters

Name Type Description
ForTimeSheetHeader Table Microsoft.Projects.TimeSheet."Time Sheet Header"

SetRec

procedure SetRec(var TimeSheetLine: Record "Time Sheet Line")

Parameters

Name Type Description
TimeSheetLine Table Microsoft.Projects.TimeSheet."Time Sheet Line"

GetData

procedure GetData(var TimeSheetLine: Record "Time Sheet Line", ForResourceCode: Code[20], ProcessingDate: Date, OnPageOpen: Boolean, IncludeArchive: Boolean)

Parameters

Name Type Description
TimeSheetLine Table Microsoft.Projects.TimeSheet."Time Sheet Line"
ForResourceCode Code[20]
ProcessingDate Date
OnPageOpen Boolean
IncludeArchive Boolean

Events

OnAfterGetFromDate

[IntegrationEvent(False,False)]
local procedure OnAfterGetFromDate(ForDate: Date, LoadEntriesForPeriod: Option, var FromDate: Date)

Parameters

Name Type Description
ForDate Date
LoadEntriesForPeriod Option
FromDate Date

OnAfterSetWeekDaysOrder

[IntegrationEvent(False,False)]
local procedure OnAfterSetWeekDaysOrder(var ColumnCaption: array[7] of Text[30])

Parameters

Name Type Description
ColumnCaption array[7] of Text[30]

See also