Window: Pack In
[Created: 11/12/2006 - Updated: 28/05/2012 ]
Description: Imports a package
Help: Imports a package previously created by PackOut

Tab: PackIn
[Created: 11/12/2006 - Updated: 14/08/2015 ]
Description: Import a package created by PackOut
Help:
Tab Level: 0
Table 10: PackIn - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | ad_package_imp_proc.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. | ad_package_imp_proc.AD_Org_ID numeric(10) Table Direct |
| 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. | ad_package_imp_proc.Name character varying(500) String |
| Created | Date this record was created | The Created field indicates the date that this record was created. | ad_package_imp_proc.Created timestamp without time zone Date+Time |
| Date Processed | ad_package_imp_proc.DateProcessed timestamp without time zone Date+Time | ||
| Process Message | ad_package_imp_proc.P_Msg character varying(2000) Text | ||
| PackIn | Import Package | Import a package | ad_package_imp_proc.Processing character(1) Button |
Tab: Package Installation
[Created: 13/08/2015 - Updated: 12/11/2020 ]
Description:
Help:
Tab Level: 1
Table 20: Package Installation - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | ad_package_imp.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. | ad_package_imp.AD_Org_ID numeric(10) Table Direct |
| Package Imp. Proc. | ad_package_imp.AD_Package_Imp_Proc_ID numeric(10) Table Direct | ||
| Package Imp. | ad_package_imp.AD_Package_Imp_ID numeric(10) ID | ||
| 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. | ad_package_imp.Name character varying(500) String |
| Package Version | ad_package_imp.PK_Version character varying(20) String | ||
| Package Status | ad_package_imp.PK_Status character varying(22) String | ||
| Description | Optional short description of the record | A description is limited to 255 characters. | ad_package_imp.Description character varying(1000) Memo |
| PackRoll | ad_package_imp.Processing character(1) Button | ||
| Processed | The document has been processed | The Processed checkbox indicates that a document has been processed. | ad_package_imp.Processed character(1) Yes-No |
| 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. | ad_package_imp.IsActive character(1) Yes-No |