Package Maintenance (Window ID-50002)
From iDempiere en
Window: Package Maintenance
Description: Package installation history and maintenance
Help: Review package installation. Also perform package rollback if required
Tab: Package Installation Log
Description: Installation history of packages
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. | 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. | 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 | ||
Description | Optional short description of the record | A description is limited to 255 characters. | AD_Package_Imp.Description character varying(1000) Memo |
EMail Address | Electronic Mail Address | The Email Address is the Electronic Mail ID for this User and should be fully qualified (e.g. joe.smith@company.com). The Email Address is used to access the self service application functionality from the web. | AD_Package_Imp.EMail character varying(60) String |
Created | Date this record was created | The Created field indicates the date that this record was created. | AD_Package_Imp.Created timestamp without time zone Date+Time |
Created By | User who created this records | The Created By field indicates the user who created this record. | AD_Package_Imp.CreatedBy numeric(10) Search |
Package Status | AD_Package_Imp.PK_Status character varying(22) String | ||
Updated Date | AD_Package_Imp.UpdatedDate character varying(25) String | ||
PackRoll | AD_Package_Imp.Processing character(1) Button |
Tab: Objects Installed
Description:
Help:
File:Package Maintenance - Objects Installed - Window (iDempiere 1.0.0).png
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. | AD_Package_Imp_Detail.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_Detail.AD_Org_ID numeric(10) Table Direct |
Package Imp. | AD_Package_Imp_Detail.AD_Package_Imp_ID numeric(10) Search | ||
Action | Indicates the Action to be performed | The Action field is a drop down list box which indicates the Action to be performed for this Item. | AD_Package_Imp_Detail.Action character varying(20) String |
Table | Database Table information | The Database Table provides the information of the table definition | AD_Package_Imp_Detail.AD_Table_ID numeric(10) Table Direct |
Record UUID | AD_Package_Imp_Detail.Record_UU character varying(36) Record UUID | ||
Record ID | Direct internal record ID | The Record ID is the internal unique identifier of a record. Please note that zooming to the record may not be successful for Orders, Invoices and Shipment/Receipts as sometimes the Sales Order type is not known. | AD_Package_Imp_Detail.Record_ID numeric(10) Record 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_Detail.Name character varying(2000) String |
Type | Type of Validation (SQL, Java Script, Java Language) | The Type indicates the type of validation that will occur. This can be SQL, Java Script or Java Language. | AD_Package_Imp_Detail.Type character varying(60) String |
Success | AD_Package_Imp_Detail.Success character varying(20) String | ||
Backup | AD_Package_Imp_Detail.AD_Backup_ID numeric(10) ID | ||
Execution Code | AD_Package_Imp_Detail.ExecCode text Text | ||
Result | Result of the action taken | The Result indicates the result of any action taken on this request. | AD_Package_Imp_Detail.Result text Text |
Tab: Object Backups
Description: Details by column original values before the record was overwritten
Help: Displays values for each column for each record that was updated by a package install. This backup is used in the package reversal process.
File:Package Maintenance - Object Backups - Window (iDempiere 1.0.0).png
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. | AD_Package_Imp_Backup.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_Backup.AD_Org_ID numeric(10) ID |
Imp. Package Detail | AD_Package_Imp_Backup.AD_Package_Imp_Detail_ID numeric(10) ID | ||
Table | Database Table information | The Database Table provides the information of the table definition | AD_Package_Imp_Backup.AD_Table_ID numeric(10) ID |
Column | Column in the table | Link to the database column of the table | AD_Package_Imp_Backup.AD_Column_ID numeric(10) Search |
Reference | System Reference and Validation | The Reference could be a display type, list or table validation. | AD_Package_Imp_Backup.AD_Reference_ID numeric(10) Table |
Col Value | AD_Package_Imp_Backup.ColValue character varying(2000) String | ||
Package Imp. Bck. Directory | AD_Package_Imp_Backup.AD_Package_Imp_Bck_Dir character varying(255) String | ||
Package Imp. Org. Dir. | AD_Package_Imp_Backup.AD_Package_Imp_Org_Dir character varying(255) String |