Codeunit "Serv. Cost Calculation Mgt."
ID 6476
Namespace: Microsoft.Inventory.Costing
Methods
CalcServCrMemoLineCostLCY
procedure CalcServCrMemoLineCostLCY(ServCrMemoLine: Record "Service Cr.Memo Line"): Decimal
Parameters
| Name | Type | Description |
|---|---|---|
| ServCrMemoLine | Table Microsoft.Service.History."Service Cr.Memo Line" |
Returns
| Type | Description |
|---|---|
| Decimal |
CalcServLineCostLCY
procedure CalcServLineCostLCY(ServLine: Record "Service Line", QtyType: Option): Decimal
Parameters
| Name | Type | Description |
|---|---|---|
| ServLine | Table Microsoft.Service.Document."Service Line" | |
| QtyType | Option |
Returns
| Type | Description |
|---|---|
| Decimal |
CalcServInvLineCostLCY
procedure CalcServInvLineCostLCY(ServInvLine: Record "Service Invoice Line"): Decimal
Parameters
| Name | Type | Description |
|---|---|---|
| ServInvLine | Table Microsoft.Service.History."Service Invoice Line" |
Returns
| Type | Description |
|---|---|
| Decimal |