ServiceCallPartLine


Description

A part line for a service call in the Field Service module of Microsoft Dynamics GP. Each service call can have a set of part lines.

Properties

Property

Type

Length

Default

Description

ConsolidateOnPO

boolean

N/A

False

The value true indicates that transfer or purchase order lines will be consolidated with other open transfers or purchase orders. The value false indicates they will not.

QuantityAllocated

Quantity

N/A

0

The quantity of the item on the part line that is allocated in Inventory.

QuantitySold

Quantity

N/A

0

The quantity of the item on the part line that was actually used.

IsOnReturnDocument

boolean

N/A

N/A

The value true indicates the service call line is on a customer return (RMA) document. This property is read-only.

IsOnTransfer

boolean

N/A

N/A

The value true indicates the service call line is on a transfer document. This property is read-only.

ReturnMaterialAuthorizationLineKey

ServiceLineKey

N/A

N/A

The service line key object that uniquely identifies the service line for the service call document. This property is read-only.

TotalCost

MoneyAmount

N/A

N/A

The total cost of the line, which is the unit cost times the quantity sold. This property is read-only.

TransferFromWarehouseKey

WarehouseKey

N/A

N/A

The transfer from warehouse key object that uniquely identifies the warehouse for the transfer document. This property is read-only.

TransferLineKey

ServiceLineKey

N/A

N/A

The transfer line key object that uniquely identifies the transfer line for the service call part line. This property is read-only.

TransferQuantity

Quantity

N/A

N/A

The quantity of the current part that will be transferred to fulfill the line. This property is read-only.

PurchaseOrderLineKey

PurchaseTransactionLineKey

N/A

N/A

The purchase order line key object that uniquely identifies the purchase order line for the service call part line. This property is read-only.

LotDetails

ArrayOfServiceLot

N/A

N/A

A collection of service lot details.

SerialDetails

ArrayOfServiceSerial

N/A

N/A

A collection of service serial details.


Inherits from

ServicePartLine


Documentation Feedback