Import Processor (Window ID-53028)
Window: Import Processor
Description:
Help:
Tab: Import Processor
Description:
Help:
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | IMP_Processor.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | IMP_Processor.AD_Org_ID numeric(10) Table Direct |
Search Key | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
IMP_Processor.Value character varying(40) String |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | IMP_Processor.Name character varying(60) String |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IMP_Processor.IsActive character(1) Yes-No |
Description | Optional short description of the record | A description is limited to 255 characters. | IMP_Processor.Description character varying(255) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | IMP_Processor.Help character varying(2000) Text |
Import Processor Type | IMP_Processor.IMP_Processor_Type_ID numeric(10) Table Direct | ||
Frequency Type | Frequency of event | The frequency type is used for calculating the date of the next event. | IMP_Processor.FrequencyType character(1) List |
Frequency | Frequency of events | The frequency is used in conjunction with the frequency type in determining an event. Example: If the Frequency Type is Week and the Frequency is 2 - it is every two weeks. | IMP_Processor.Frequency numeric(10) Integer |
Days to keep Log | Number of days to keep the log entries | Older Log entries may be deleted | IMP_Processor.KeepLogDays numeric(10) Integer |
Date Last Run | Date the process was last run. | The Date Last Run indicates the last time that a process was run. | IMP_Processor.DateLastRun timestamp without time zone Date+Time |
Date Next Run | Date the process will run next | The Date Next Run indicates the next time this process will run. | IMP_Processor.DateNextRun timestamp without time zone Date+Time |
Host | IMP_Processor.Host character varying(255) String | ||
Port | IMP_Processor.Port numeric(10) Integer | ||
Account | IMP_Processor.Account character varying(255) String | ||
Password Info | IMP_Processor.PasswordInfo character varying(255) String |
Tab: Parameter
Description:
Help:
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | IMP_ProcessorParameter.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | IMP_ProcessorParameter.AD_Org_ID numeric(10) Table Direct |
Import Processor | IMP_ProcessorParameter.IMP_Processor_ID numeric(10) Table Direct | ||
Search Key | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
IMP_ProcessorParameter.Value character varying(40) String |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | IMP_ProcessorParameter.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | IMP_ProcessorParameter.Description character varying(255) String |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IMP_ProcessorParameter.IsActive character(1) Yes-No |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | IMP_ProcessorParameter.Help character varying(2000) Text |
Parameter Value | IMP_ProcessorParameter.ParameterValue character varying(60) String |
Tab: Log
Description:
Help:
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | IMP_ProcessorLog.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | IMP_ProcessorLog.AD_Org_ID numeric(10) Table Direct |
Import Processor | IMP_ProcessorLog.IMP_Processor_ID numeric(10) Table Direct | ||
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IMP_ProcessorLog.IsActive character(1) Yes-No |
Description | Optional short description of the record | A description is limited to 255 characters. | IMP_ProcessorLog.Description character varying(255) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | IMP_ProcessorLog.Help character varying(2000) Text |
Binary Data | Binary Data | The Binary field stores binary data. | IMP_ProcessorLog.BinaryData bytea Binary |
Error | An Error occurred in the execution | IMP_ProcessorLog.IsError character(1) Yes-No | |
Reference | Reference for this record | The Reference displays the source document number. | IMP_ProcessorLog.Reference character varying(60) String |
Summary | Textual summary of this request | The Summary allows free form text entry of a recap of this request. | IMP_ProcessorLog.Summary character varying(2000) Text |
Text Message | Text Message | IMP_ProcessorLog.TextMsg character varying(2000) Text |