ManPageW PackageMaintenance

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Return to Index

Enjoy it, and help to fill it! But please, always respecting copyright.

Please write your contributions under the Contributions Section



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 :

Table Name  : AD_Package_Imp

ManPageW PackageMaintenance PackageInstallationLog.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

AD_Package_Imp_ID AD_Package_Imp_ID

NUMBER(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. Name

NVARCHAR2(60)

String

Package Version PK_Version

NVARCHAR2(20)

String

Description Optional short description of the record A description is limited to 255 characters. Description

NVARCHAR2(1000)

Memo

Created Date this record was created The Created field indicates the date that this record was created. Created

DATE

DateTime

Created By User who created this records The Created By field indicates the user who created this record. CreatedBy

NUMBER(10)

Table

PK_Status PK_Status

NVARCHAR2(22)

String

CreatedDate CreatedDate

NVARCHAR2(25)

String

UpdatedDate UpdatedDate

NVARCHAR2(25)

String

Creator Creator

NVARCHAR2(60)

String

CreatorContact CreatorContact

NVARCHAR2(255)

String

Release No Internal Release Number ReleaseNo

NVARCHAR2(20)

String

Version Version of the table definition The Version indicates the version of this table definition. Version

NVARCHAR2(20)

String

PackRoll Processing

CHAR(1)

Button

Uninstall Uninstall

CHAR(1)

YesNo


Tab: Objects Installed

Description :

Help :

Table Name  : AD_Package_Imp_Detail

ManPageW PackageMaintenance ObjectsInstalled.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

AD_Package_Imp_ID AD_Package_Imp_ID

NUMBER(10)

ID

AD_Package_Imp_Detail_ID AD_Package_Imp_Detail_ID

NUMBER(10)

ID

Ad_Backup_ID Ad_Backup_ID

NUMBER(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. Name

NVARCHAR2(60)

String

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. Action

NVARCHAR2(20)

String

AD_Original_ID AD_Original_ID

NUMBER(10)

ID

Success Success

NVARCHAR2(20)

String

Table Database Table information The Database Table provides the information of the table definition AD_Table_ID

NUMBER(10)

ID

DB Table Name Name of the table in the database The DB Table Name indicates the name of the table in database. TableName

NVARCHAR2(60)

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. Type

NVARCHAR2(60)

String

Uninstall Uninstall

CHAR(1)

YesNo


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.

Table Name  : AD_Package_Imp_Backup

ManPageW PackageMaintenance ObjectBackups.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

ID

AD_Package_Imp_ID AD_Package_Imp_ID

NUMBER(10)

ID

AD_Package_Imp_Detail_ID AD_Package_Imp_Detail_ID

NUMBER(10)

ID

AD_Package_Imp_Backup_ID AD_Package_Imp_Backup_ID

NUMBER(10)

ID

Table Database Table information The Database Table provides the information of the table definition AD_Table_ID

NUMBER(10)

ID

Column Column in the table Link to the database column of the table AD_Column_ID

NUMBER(10)

Table

Reference System Reference and Validation The Reference could be a display type, list or table validation. AD_Reference_ID

NUMBER(10)

Table

ColValue ColValue

NVARCHAR2(2000)

String

Uninstall Uninstall

CHAR(1)

YesNo

AD_Package_Imp_Bck_Dir AD_Package_Imp_Bck_Dir

NVARCHAR2(255)

String

AD_Package_Imp_Org_Dir AD_Package_Imp_Org_Dir

NVARCHAR2(255)

String

Contributions