Codeunit "Resource-Find Cost"
ID 220
Namespace: Microsoft.Projects.Resources.Pricing
Obsolete
This element will become obsolete from version 16.0. Replaced by the new implementation (V16) of price calculation.
Properties
| Name | Value |
|---|---|
| TableNo | Table Microsoft.Projects.Resources.Pricing."Resource Cost" |
| ObsoleteState | Pending |
| ObsoleteReason | Replaced by the new implementation (V16) of price calculation. |
| ObsoleteTag | 16.0 |
Events
OnAfterFindResUnitCost
[IntegrationEvent(False,False)]
local procedure OnAfterFindResUnitCost(var ResourceCost: Record "Resource Cost", Resource: Record Resource)
Parameters
| Name | Type | Description |
|---|---|---|
| ResourceCost | Table Microsoft.Projects.Resources.Pricing."Resource Cost" | |
| Resource | Table Microsoft.Projects.Resources.Resource.Resource |
OnBeforeFindResUnitCost
[IntegrationEvent(False,False)]
local procedure OnBeforeFindResUnitCost(var ResourceCost: Record "Resource Cost", var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ResourceCost | Table Microsoft.Projects.Resources.Pricing."Resource Cost" | |
| IsHandled | Boolean |