ServiceEquipment


Description

Defines the properties for service equipment in the Field Service module of Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

Key

ServiceEquipmentKey

N/A

N/A

The key object that uniquely identifies the service equipment.

Reference

string

30

Empty

A reference about the service equipment.

Version

string

20

Empty

The version of the service equipment.

StatusKey

ServiceStatusKey

N/A

N/A

The status key object that uniquely identifies the service status of the service equipment.

CustomerKey

CustomerKey

N/A

N/A

The customer key object that uniquely identifies the customer of the service equipment.

AddressKey

AddressKey

N/A

N/A

The address key object that uniquely identifies the address of the service equipment.

Address

ServiceEquipmentAddress

N/A

N/A

The address details for the location of the service equipment.

InstallDate

dateTime

N/A

N/A

The date the equipment was installed.

ShippedDate

dateTime

N/A

N/A

The date the equipment was shipped.

RegisterDate

dateTime

N/A

N/A

The date the equipment was registered.

LastPreventive
MaintenanceDate

dateTime

N/A

N/A

The last date that preventive maintenance was performed on the equipment.

LastServiceDate

dateTime

N/A

N/A

The last date of a service call for the equipment.

TechnicianKey

ServiceTechnicianKey

N/A

N/A

The technician key object that uniquely identifies the technician that normally services the service equipment.

OfficeKey

OfficeKey

N/A

N/A

The office key object that uniquely identifies the office that is responsible for the service equipment.

ServiceAreaKey

ServiceAreaKey

N/A

N/A

The service area key object that uniquely identifies the service area where the service equipment is located.

TimeZoneKey

ServiceTimeZoneKey

N/A

N/A

The time zone key object that uniquely identifies the time zone where the service equipment is located.

VendorKey

VendorKey

N/A

N/A

The vendor key object that uniquely identifies the vendor that has the vendor warranty for the service equipment.

VendorWarrantyCode

ServiceWarrantyCode

N/A

N/A

The details of the vendor warranty code for the service equipment.

SellerWarrantyCode

ServiceWarrantyCode

N/A

N/A

The details of the seller warranty code for the service equipment.

Note

string

8000

Empty

The note text for the service equipment.

PreventiveMaintenance
Month

ISO8061Month

N/A

N/A

The month preferred by the customer for when annual preventive maintenance events are to be performed.

PreventiveMaintenance
Day

int

N/A

0

The day of the month preferred by the customer for when annual preventive maintenance events are to be performed.

LastCalculatedDate

dateTime

N/A

N/A

The last date preventative maintenance month and day were calculated. This property is read-only.

UserDefined01

string

20

Empty

User-defined text.

UserDefined02

string

20

Empty

User-defined text.

UserDefined03

string

20

Empty

User-defined text.

UserDefined04

string

20

Empty

User-defined text.

UserDefined05

string

20

Empty

User-defined text.

SerialNumber

string

20

Empty

The serial number of the service equipment.

Quantity

Quantity

N/A

N/A

The quantity for the service equipment. This property is read-only.

AssetTag

string

20

Empty

The asset tag for the service equipment.

Readings

ArrayOfServiceEquipmentReading

N/A

N/A

A collection of readings for the service equipment.


Inherits from

BusinessObject


Documentation Feedback