Table "Job Item Price"
ID 1013
Namespace: Microsoft.Projects.Project.Pricing
Obsolete
This element will become obsolete from version 16.0. Replaced by the new implementation (V16) of price calculation: table Price List Line
Properties
| Name | Value |
|---|---|
| Caption | Project Item Price |
| DrillDownPageID | Page Microsoft.Projects.Project.Pricing."Job Item Prices" |
| LookupPageID | Page Microsoft.Projects.Project.Pricing."Job Item Prices" |
| ObsoleteState | Pending |
| ObsoleteTag | 16.0 |
| ObsoleteReason | Replaced by the new implementation (V16) of price calculation: table Price List Line |
| DataClassification | CustomerContent |
Fields
| Name | Type | Description |
|---|---|---|
| "Job No." | Code[20] | |
| "Job Task No." | Code[20] | |
| "Item No." | Code[20] | |
| "Unit of Measure Code" | Code[10] | |
| "Unit Price" | Decimal | |
| "Currency Code" | Code[10] | |
| "Unit Cost Factor" | Decimal | |
| "Line Discount %" | Decimal | |
| Description | Text[100] | |
| "Variant Code" | Code[10] | |
| "Apply Job Price" | Boolean | |
| "Apply Job Discount" | Boolean | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Events
OnBeforeCheckItemNoNotEmpty
[IntegrationEvent(False,False)]
local procedure OnBeforeCheckItemNoNotEmpty(var JobItemPrice: Record "Job Item Price", var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| JobItemPrice | Table Microsoft.Projects.Project.Pricing."Job Item Price" | |
| IsHandled | Boolean |