FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
Description | The description for the electronic file format.
Field name: Descr. |
FormatID | The format ID. This is a foreign key to the File Format table (OFRM).
Field name: FrmId. |
MenuName | The menu entry name for the electronic file format that to be displayed in the SAP Business One. Field name: MenuName. |
MenuPath | The menu path in SAP Business One for accessing the electronic file format. Field name: MenuPath. |
Name | The name of the electronic file format. Field name: Name. |
OutputFilePath | The destination file path for the generated electronic file. Field name: ParamPrms. |
SchemaVersion | The version of the electronic file schema. Field name: SchVersion. |
Version | The version of the electronic file format. Field name: Version. |