📚 SAP Business One SDK Help

Cockpit Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AbsEntryThe key for the cockpit.

Field name: AbsEntry.

Public Property CockpitTypeproperty CockpitType
Public Property CodeThe code of a specific cockpit.

Field name: Code.

Public Property DateThe publication date of the cockpit.

Field name: Date.

Public Property DescriptionThe description of the cockpit.

Field name: Descr.

Length: 100 characters.

Public Property ManufacturerThe provider of the cockpit.

Field name: Mnfacturer.

Public Property NameThe name of the cockpit.

Field name: Name.

Length: 20 characters.

Public Property PublisherThe user who publishes the cockpit.

Field name: Pubby.

Public Property TimeThe publication time of the cockpit.

Field name: Time.

Public Property UserSignatureRepresents the user who owns the cockpit.

Field name: UserSign.

See Also