ManPageW Advertisement

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: Advertisement

Description : Web Advertisement

Help : Maintain Advertisements on the Web



Tab: Advertisement

Description : Web Advertisement

Help : Advertisement on the Web

Table Name  : W_Advertisement

ManPageW Advertisement Advertisement.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

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

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

NVARCHAR2(255)

String

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

Business Partner Identifies a Business Partner A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson C_BPartner_ID

NUMBER(10)

Search

User/Contact User within the system - Internal or Business Partner Contact The User identifies a unique user in the system. This could be an internal user or a business partner contact AD_User_ID

NUMBER(10)

TableDir

Self-Service This is a Self-Service entry or this entry can be changed via Self-Service Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. IsSelfService

CHAR(1)

YesNo

Publication Status Status of Publication Used for internal documentation PublishStatus

CHAR(1)

List

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

NUMBER(10)

Integer

Image URL URL of image URL of image; The image is not stored in the database, but retrieved at runtime. The image can be a gif, jpeg or png. ImageURL

NVARCHAR2(120)

Unknown (40)

Advertisement Text Text of the Advertisement The text of the advertisement with optional HTML tags. The HTML tags are not checked for correctness and may impact the remaining page. AdText

NVARCHAR2(2000)

Memo

Counter Count Web Counter Count Management Web Counter Information W_CounterCount_ID

NUMBER(10)

TableDir

Click Count Web Click Management Web Click Management W_ClickCount_ID

NUMBER(10)

TableDir

Valid from Valid from including this date (first day) The Valid From date indicates the first day of a date range ValidFrom

DATE

Date

Valid to Valid to including this date (last day) The Valid To date indicates the last day of a date range ValidTo

DATE

Date

Web Parameter 1 Web Site Parameter 1 (default: header image) The parameter could be used in the JSP page for variables like logos, passwords, URLs or entire HTML blocks. The access is via ctx.webParam1 - By default, it is positioned on the upper left side with 130 pixel width. WebParam1

NVARCHAR2(2000)

String

Web Parameter 2 Web Site Parameter 2 (default index page) The parameter could be used in the JSP page for variables like logos, passwords, URLs or entire HTML blocks. The access is via ctx.webParam2 - By default, it is positioned after the header on the web store index page. WebParam2

NVARCHAR2(2000)

String

Web Parameter 3 Web Site Parameter 3 (default left - menu) The parameter could be used in the JSP page for variables like logos, passwords, URLs or entire HTML blocks. The access is via ctx.webParam3 - By default, it is positioned at the end in the menu column with 130 pixel width. WebParam3

NVARCHAR2(2000)

String

Web Parameter 4 Web Site Parameter 4 (default footer left) The parameter could be used in the JSP page for variables like logos, passwords, URLs or entire HTML blocks. The access is via ctx.webParam4 - By default, it is positioned on the left side of the footer with 130 pixel width. WebParam4

NVARCHAR2(2000)

String

Contributions