biuan SAP® BUSINESS ONE SDK
DTW Service Contract - Items
API Service Contract Lines

Description

ServiceContract_Lines is a child object of the ServiceContracts object that represents the line entries of each service contract. This object is part of the Service module.

Source table: CTR1.

Object Model

Remarks

To display the form in the application:

  1. Select Service --> Service Contract.
  2. Select the Items tab.

See Also

SAP® B1 DI-API C# definition

public class ServiceContract_LinesClass : IServiceContract_Lines, ServiceContract_Lines { public virtual int Count { get; } public virtual DateTime EndDate { get; set; } public virtual string InternalSerialNum { get; set; } public virtual string ItemCode { get; set; } public virtual int ItemGroup { get; set; } public virtual string ItemGroupName { get; } public virtual string ItemName { get; set; } public virtual int LineNum { get; } public virtual string ManufacturerSerialNum { get; set; } public virtual DateTime StartDate { get; set; } public virtual DateTime TerminationDate { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern ServiceContract_LinesClass(); public virtual extern void Add(); public virtual extern void SetCurrentLine(int LineNum); }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates