📚 SAP Business One SDK Help

CustomerEquipmentCards Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method CloseNot supported.
Public Method GetAsXMLReturns the object from XML data, which is stored as string in a buffer.
Public Method GetByKeyRetrieves and sets the values of the object's properties by the object's absolute key from the Company database.
Public Method RemoveNot supported.
Public Method SaveToFileSave the object to a file as XML data.
Public Method SaveXMLSaves the object data to XML formatted data.
Public Method UpdateUpdates the object data in the company database.

Public Properties

Public Property AttachmentEntrySets or returns the identification key of the Attachment File as assigned by SAP Business One when adding an attachment file.

Field name: AtcEntry.

This is a foreign key to the Territories object.

Sets or returns the identification key of the attachment file, as assigned by SAP Business One when adding an Attachment Entry to alert message.

Field name: AtcEntry.

Public Property AttachmentsReturns the Attachments object.
Public Property BlockSets or returns the block name in the address where the service is provided.

Field name: block.

Length: 100 characters.

Public Property BrowserReturns the DataBrowser object.
Public Property BuildingFloorRoomSets or returns the additional address details, such as building number, floor number, and room number.

Field name: Building.

Length: 64,000 characters.

Public Property BusinessPartnersproperty BusinessPartners
Public Property CitySets or returns the city name in the address where the service is provided.

Field name: city.

Length: 100 characters.

Public Property ContactEmployeeCodeSets or returns the code of the contact person.

Field name: contactCod.

This is a foreign key to the ContactEmployees object.

Public Property ContactPhoneReturns the phone number of the contact person.

Field name: cntctPhone.

Length: 50 characters.

Public Property CountryCodeSets or returns the country code in the address where the service is provided.

Field name: country.

Length: 3 characters.

This is a foreign key to the Countries table (OCRY - not exposed through the DI API).

Public Property CountySets or returns the county name in the address where the service is provided.

Field name: county.

Length: 100 characters.

Public Property CustomerCodeSets or returns the customer code.

Field name: customer.

Mandatory field in SAP Business One.

Length: 15 characters.

This is a foreign key to the BusinessPartners object.

Public Property CustomerNameSets or returns the customer name.

Field name: custmrName.

Length: 100 characters.

Public Property DefaultTechnicianSets or returns the default technician for this customer equipment card as defined in the technicians table.

Field name: technician.

This is a foreign key to the EmployeesInfo object.

Public Property DefaultterritorySets or returns the default territory for this customer equipment card as defined in the territories table.

Field name: territory.

This is a foreign key to the Territories object.

Public Property DeliveryCodeSets or returns the code of the delivery note document.

Field name: delivery.

This is a foreign key to the Documents object.

Public Property DeliveryDateReturns the delivery date of the item.

Field name: dlvryDate.

Public Property DeliveryNumberReturns the number of the delivery note document.

Field name: deliveryNo.

Public Property DirectCustomerCodeSets or returns the code of the customer that bought the item.

Field name: directCsmr.

Length: 15 characters.

Public Property DirectCustomerNameSets or returns the name of the customer that bought the item.

Field name: custmrName.

Length: 100 characters.

Public Property EquipmentCardNumReturns the equipment card ID.

Field name: insID.

Public Property InstallLocationSets or returns the location where the item is installed.

Field name: instLction.

Length: 254 characters.

Public Property InternalSerialNumSets or returns the unique internal serial number of the item.

Field name: internalSN.

Mandatory field in SAP Business One in one of the following cases:

  • If you do not set the ManufacturerSerialNum property.
  • From version 2004, if the definition of Unique Number in General Settings in SAP Business One is Serial Number.

Length: 32 characters.

Public Property InvoiceCodeSets or returns the invoice code.

Field name: invoice.

This is a foreign key to the Documents object.

Public Property InvoiceNumberReturns the invoice number.

Field name: invoiceNum.

Public Property ItemCodeSets or returns the item code.

Field name: itemCode.

Mandatory field in SAP Business One.

Length: 20 characters.Items

Public Property ItemDescriptionSets or returns the item description.

Field name: itemName.

Length: 100 characters.

Public Property ManufacturerSerialNumSets or returns the unique manufacturer serial number of the item.

Field name: manufSN.

Mandatory field in SAP Business One in one of the following cases:

  • If you do not set the InternalSerialNum property.
  • From version 2004, if the definition of Unique Number in General Settings in SAP Business One is Man. Serial No.

Length: 32 characters.

Public Property ReplacedBySNSets or returns the S/N of the replacement equipment (Replaced By S/N) that replaced the equipment of the Replace S/N equipment card. This enables concatenation of replacement equipments.

Field name: repByIns.

This is a foreign key to the CustomerEquipmentCards object.

Public Property ReplaceSNSets or returns the S/N of the replacement equipment (Replace S/N) that replaced the equipment of the current equipment card.

Field name: replcIns.

This is a foreign key to the CustomerEquipmentCards object.

Public Property ServiceBPTypeSets or returns the service BP type, whether your company provides support services to its customers, or receives support services from your vendors. 

Field name: BPType.

Public Property StateCodeSets or returns the state code where the service is provided.

Field name: State.

Length: 3 characters.

This is a foreign key to the States table (OCST), which is not exposed through the DI API.

Public Property StatusOfSerialNumberSets or returns a valid value of BoSerialNumberStatus type that specifies the current location of the equipment, for example at the customer premises, in the lab, and so on.Field name: status.
Public Property StreetSets or returns the street name in the address where the service is provided.

Field name: Street.

Length: 100 characters.

Public Property StreetNoSets or returns the street number in the address where the service is provided.

Field name: Street No.

Length: 100 characters.

Public Property UserFieldsReturns the UserFields object.
Public Property ZipCodeSets or returns the zip code in the address where the service is provided.

Field name: zip.

Length: 20 characters.

See Also