📚 SAP Business One SDK Help

B1iDIConfiguration Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilePopulates the object from an XML file.
Public Method FromXMLStringPopulates the object from an XML string.
Public Method GetXMLSchemaReturns the XML schema of the object.
Public Method ToXMLFileExports the object to an XML file.
Public Method ToXMLStringExports the object to an XML string.

Public Properties

Public Property AddonIdentifierproperty AddOnIdentifier
Public Property BankFileFolderThe folder path for bank output files.
Field Name: BankFileFolder
Data Type: Edm.String
Writable: Yes
Public Property BankFormatFolderThe folder path for bank format files.
Field Name: FormatFder
Data Type: Edm.String
Writable: Yes
Public Property BankStatementFolderThe folder path for bank statement files.
Field Name: StateFder
Data Type: Edm.String
Writable: Yes
Public Property CodeThis is the key field. The configuration identifier.
Field Name: Code
Data Type: Edm.Int32
Writable: Yes
Public Property CompanyThe company database name.
Field Name: Company
Data Type: Edm.String
Writable: Yes
Public Property DatabasePasswordThe database user password.
Field Name: DBPassword
Data Type: Edm.String
Writable: Yes
Public Property DatabaseTrustedIndicates whether a trusted database connection is used.
Field Name: DBTrusted
Data Type: Edm.String
Writable: Yes
Public Property DatabaseTypeThe database server type identifier.
Field Name: DBType
Data Type: Edm.Int32
Writable: Yes
Public Property DatabaseUserThe database user name.
Field Name: DBUser
Data Type: Edm.String
Writable: Yes
Public Property JavaConnectorPathThe path to the Java connector (JCO) installation.
Field Name: JCOPath
Data Type: Edm.String
Writable: Yes
Public Property languageproperty Language
Public Property LicenseServerThe SAP Business One license server address.
Field Name: License
Data Type: Edm.String
Writable: Yes
Public Property ServerThe SAP Business One server host name or IP address.
Field Name: Server
Data Type: Edm.String
Writable: Yes
Public Property UserNameThe SAP Business One user name for DI API login.
Field Name: Username
Data Type: Edm.String
Writable: Yes
Public Property UserPasswordThe SAP Business One user password for DI API login.
Field Name: UPassword
Data Type: Edm.String
Writable: Yes

See Also