ManPageW ASPSubscribedModules

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: ASP Subscribed Modules

= BETA FUNCTIONALITY =

Description :

Help :



Tab: Client Level

Description :

Help :

Table Name  : ASP_ClientLevel

ManPageW ASPSubscribedModules ClientLevel.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

ASP Module ASP_Module_ID

NUMBER(10)

TableDir

ASP Level ASP_Level_ID

NUMBER(10)

TableDir

Comment/Help Comment or Hint The Help field contains a hint, comment or help about the use of this item. Help

NVARCHAR2(2000)

Text

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.

IsActive

CHAR(1)

YesNo


Tab: Exceptions

Description :

Help :

Table Name  : ASP_ClientException

ManPageW ASPSubscribedModules Exceptions.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

Window Data entry or display window The Window field identifies a unique Window in the system. AD_Window_ID

NUMBER(10)

Search

Tab Tab within a Window The Tab indicates a tab that displays within a window. AD_Tab_ID

NUMBER(10)

Search

Field Field on a database table The Field identifies a field on a database table. AD_Field_ID

NUMBER(10)

Search

Process Process or Report The Process field identifies a unique Process or Report in the system. AD_Process_ID

NUMBER(10)

TableDir

Process Parameter AD_Process_Para_ID

NUMBER(10)

Search

Special Form Special Form The Special Form field identifies a unique Special Form in the system. AD_Form_ID

NUMBER(10)

TableDir

OS Task Operation System Task The Task field identifies a Operation System Task in the system. AD_Task_ID

NUMBER(10)

TableDir

Workflow Workflow or combination of tasks The Workflow field identifies a unique Workflow in the system. AD_Workflow_ID

NUMBER(10)

TableDir

ASP Status ASP_Status

CHAR(1)

List

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.

IsActive

CHAR(1)

YesNo

Contributions