Share via


Table "Res. Ledger Entry"

ID 203
Namespace: Microsoft.Projects.Resources.Ledger

Properties

Name Value
Caption Res. Ledger Entry
DrillDownPageID Page Microsoft.Projects.Resources.Ledger."Resource Ledger Entries"
LookupPageID Page Microsoft.Projects.Resources.Ledger."Resource Ledger Entries"
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
"Entry Type" Enum Microsoft.Projects.Resources.Journal."Res. Journal Line Entry Type"
"Document No." Code[20]
"Posting Date" Date
"Resource No." Code[20]
"Resource Group No." Code[20]
Description Text[100]
"Work Type Code" Code[10]
"Job No." Code[20]
"Unit of Measure Code" Code[10]
Quantity Decimal
"Direct Unit Cost" Decimal
"Unit Cost" Decimal
"Total Cost" Decimal
"Unit Price" Decimal
"Total Price" Decimal
"Global Dimension 1 Code" Code[20]
"Global Dimension 2 Code" Code[20]
"User ID" Code[50]
"Source Code" Code[10]
Chargeable Boolean
"Journal Batch Name" Code[10]
"Reason Code" Code[10]
"Gen. Bus. Posting Group" Code[20]
"Gen. Prod. Posting Group" Code[20]
"Document Date" Date
"External Document No." Code[35]
"No. Series" Code[20]
"Source Type" Enum Microsoft.Projects.Resources.Journal."Res. Journal Line Source Type"
"Source No." Code[20]
"Qty. per Unit of Measure" Decimal
"Quantity (Base)" Decimal
"Resource Register No." Integer
"Order Type" Enum Microsoft.Foundation.Enums."Inventory Order Type"
"Order No." Code[20]
"Order Line No." Integer
"Dimension Set ID" Integer
"Shortcut Dimension 3 Code" Code[20]
"Shortcut Dimension 4 Code" Code[20]
"Shortcut Dimension 5 Code" Code[20]
"Shortcut Dimension 6 Code" Code[20]
"Shortcut Dimension 7 Code" Code[20]
"Shortcut Dimension 8 Code" Code[20]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetNextEntryNo

[InherentPermissions(TableData,203,r)]
procedure GetNextEntryNo(): Integer

Returns

Type Description
Integer

GetLastEntryNo

[InherentPermissions(TableData,203,r)]
procedure GetLastEntryNo(): Integer

Returns

Type Description
Integer

CopyFromResJnlLine

procedure CopyFromResJnlLine(ResJnlLine: Record "Res. Journal Line")

Parameters

Name Type Description
ResJnlLine Table Microsoft.Projects.Resources.Journal."Res. Journal Line"

ShowDimensions

procedure ShowDimensions()

Events

OnAfterCopyFromResJnlLine

[IntegrationEvent(False,False)]
procedure OnAfterCopyFromResJnlLine(var ResLedgerEntry: Record "Res. Ledger Entry", ResJournalLine: Record "Res. Journal Line")

Parameters

Name Type Description
ResLedgerEntry Table Microsoft.Projects.Resources.Ledger."Res. Ledger Entry"
ResJournalLine Table Microsoft.Projects.Resources.Journal."Res. Journal Line"

See also