Table "Job Planning Line Invoice"
ID 1022
Namespace: Microsoft.Projects.Project.Planning
Properties
Fields
Name
Type
Description
"Job No."
Code[20]
"Job Task No."
Code[20]
"Job Planning Line No."
Integer
"Document Type"
Enum Microsoft.Projects.Project.Planning."Job Planning Line Invoice Document Type"
"Document No."
Code[20]
"Line No."
Integer
"Quantity Transferred"
Decimal
"Transferred Date"
Date
"Invoiced Date"
Date
"Invoiced Amount (LCY)"
Decimal
"Invoiced Cost Amount (LCY)"
Decimal
"Job Ledger Entry No."
Integer
SystemId
Guid
SystemCreatedAt
DateTime
SystemCreatedBy
Guid
SystemModifiedAt
DateTime
SystemModifiedBy
Guid
SystemRowVersion
BigInteger
Methods
InitFromJobPlanningLine
procedure InitFromJobPlanningLine(JobPlanningLine: Record "Job Planning Line")
Parameters
procedure InitFromSales(SalesHeader: Record "Sales Header", PostingDate: Date, LineNo: Integer)
Parameters
Events
OnAfterInitFromJobPlanningLine
[IntegrationEvent(False,False)]
local procedure OnAfterInitFromJobPlanningLine(var JobPlanningLineInvoice: Record "Job Planning Line Invoice", JobPlanningLine: Record "Job Planning Line")
Parameters
See also