📚 SAP Business One SDK Help

EDFImportEntry 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 AbsEntryInternal ID.

Field name: AbsEntry.

Public Property AssignedIDproperty AssignedID
Public Property AuthorityAuthority code.

Field name: Authority.

Length: 16 characters.

Public Property CardCodeWhen importing electronic documents into SAP Business One, "CardCode" specifies the estimated business partner for the particular imported document.
Public Property CodeProtocol code.

Field name: Code.

Public Property CreateDateCreation date.

Field name: CreateDate.

Public Property CreateTimeCreation time.

Field name: CreateTS.

Public Property DocumentDateDate when electronic document was created.
Public Property FileNameName of file imported by EDF.

Field name: FileName.

Public Property GUIDGUID.

Field name: GUID.

Length: 100 characters.

Public Property IsBPManualDuring e-document import, when users manually change business partner (e.g. because automatic determination failed or it was incorrect), this field is set to “Yes”. Case when BP was set explicitly.
Public Property MessageImport message.

Field name: ActMessage.

Length: 254 characters.

Public Property MetaDataImport metadata.

Field name: MetaData.

Public Property MimeTypeType of file imported by EDF.

Field name: MIMEType.

Length: 128 characters.

Public Property ObjectTypeType of imported electronic document for example, invoice or credit memo.
Public Property ProcessingSourceImport source.

Field name: ProcSource.

Length: 20 characters.

Public Property StatusImported document status.

Field name: ActStatus.

Public Property TestModeTest mode.

Field name: TestMode.

Length: 1 characters.

Public Property UpdateDateUpdate date.

Field name: UpdateDate.

Public Property UpdateTimeUpdate time.

Field name: UpdateTS.

Public Property UserCreated by user.

Field name: UserSign.

Public Property User2Updated by user.

Field name: UserSign2.

See Also