ServiceLine


Description

Defines the common properties for a service line of a service document in the Field Service module in Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

Key

ServiceLineKey

N/A

N/A

The service line key object that uniquely identifies the line of the service document.

ItemKey

ItemKey

N/A

N/A

The item key object that uniquely identifies the item of the service line.

PriceLevelKey

PriceLevelKey

N/A

N/A

The price level key object that uniquely identifies the price level of the service line.

TechnicianKey

ServiceTechnicianKey

N/A

N/A

The technician key object that uniquely identifies the technician of the service line.

ItemDescription

string

100

Empty

The description of the item on the service line.

Note

string

8000

Empty

Note text for the service line.

UofM

string

8

Empty

The unit of measure for the service line.

EntryDateTime

dateTime

N/A

Defaults to system date

The date and time used to determine the exchange rate for the service line.

EquipmentLineSequence
Number

int

N/A

1

The equipment line sequence number.

FrontOfficeIntegrationId

string

50

Empty

The front office integration ID.

TaxAmount

MoneyAmount

N/A

N/A

The applicable sales tax amount for the line. This property is read-only.

TotalAmount

MoneyAmount

N/A

N/A

The total price of the line, which is the unit price multiplied by the quantity sold.

UnitCost

MoneyAmount

N/A

N/A

The cost per unit of measure for the service line.

UnitPrice

MoneyAmount

N/A

N/A

The price per unit of measure for the service line.


Inherits from

BusinessObject


Documentation Feedback