📚 SAP Business One SDK Help

ElectronicFileFormat 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 DescriptionThe description for the electronic file format.

Field name: Descr.

Public Property FormatIDThe format ID. This is a foreign key to the File Format table (OFRM).

Field name: FrmId.

Public Property MenuName

The menu entry name for the electronic file format that to be displayed in the SAP Business One.

Field name: MenuName.

Public Property MenuPath

The menu path in SAP Business One for accessing the electronic file format.

Field name: MenuPath.

Public Property Name

The name of the electronic file format.

Field name: Name.

Public Property OutputFilePath

The destination file path for the generated electronic file.

Field name: ParamPrms.

Public Property SchemaVersion

The version of the electronic file schema.

Field name: SchVersion.

Public Property Version

The version of the electronic file format.

Field name: Version.

See Also