📚 SAP Business One SDK Help

ServiceContract_Lines Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CountReturns the total data rows in the table.
Public Property EndDateSets or returns the end date of the service contract for a specified item group.

Field name: EndDate.

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

Field name: InternalSN.

Length: 32 characters.

Public Property ItemCodeSets or returns the item code.

Field name: ItemCode.

Length: 20 characters.

This is a foreign key to the Items object.

Public Property ItemGroupSets or returns the code of the item group.

Field name: ItemGroup.

This is a foreign key to the ItemGroups object.

Public Property ItemGroupNameReturns the name of the ItemGroup.

Field name: ItmGrpName.

Length: 20 characters.

Public Property ItemNameSets or returns the item name.

Field name: ItemName.

Length: 200 characters.

Public Property LineNumReturns the current row number.

Field name: Line.

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

Field name: ManufSN.

Length: 32 characters.

Public Property StartDateSets or returns the start date of the service contract for a specified item group.

Field name: StartDate.

Public Property TerminationDateSets or returns the termination date of the service contract.

Field name: TermDate.

Public Property UserFieldsReturns the UserFields object.

See Also