Campaign

C_Campaign

Marketing Campaign

Overview

Table NameC_Campaign
Access LevelClient Only
Entity TypeD
Is DocumentNo
Is ViewNo
Has UUIDYes
Parent TableC_CampaignStage
WikiView on iDempiere Wiki

Columns (29)

Column Type Required Default Description
C_CampaignStage_ID Table Direct(22) Yes @SQL=SELECT C_CampaignStage_ID AS DefaultValue FROM C_CampaignStage WHERE Status = 'PL' AND AD_Client_ID IN (0, @#AD_Client_ID@) FETCH FIRST ROW ONLY -
CssClasses String(120) No - Allow define specific css classes (optional)
IsECommerce Yes-No(1) No N -
IsEMailChannel Yes-No(1) No N -
isPromotion Yes-No(1) No N Simple promotion, Special Price or Discounts for a product or product categories
isSellout Yes-No(1) No N Promotion Type, when track stock levels.
IsSummary Yes-No(1) Yes - This is a summary entity
IsTeleMarketing Yes-No(1) No N -
M_DiscountSchema_ID Search(10) No - Schema to calculate the trade discount percentage
M_PriceList_ID Table Direct(10) No - Unique identifier of a Price List
PO_DiscountSchema_ID Table(10) No - Schema to calculate the purchase trade discount percentage
PO_PriceList_ID Table(10) No - Price List used by this Business Partner
SeqNo Integer(22) Yes 0 Method of ordering records; lowest number comes first
Name String(60) Yes - Alphanumeric identifier of the entity
AD_Client_ID Table Direct(22) Yes @#AD_Client_ID@ Tenant for this installation.
AD_Org_ID Table Direct(22) Yes @#AD_Org_ID@ Organizational entity within tenant
C_Campaign_ID ID(22) Yes - Marketing Campaign
C_Campaign_UU String(36) No - -
C_Channel_ID Table Direct(22) No - Sales Channel
Costs Costs+Prices(22) Yes - Costs in accounting currency
Created Date+Time(7) Yes SYSDATE Date this record was created
CreatedBy Search(22) Yes - User who created this records
Description String(255) No - Optional short description of the record
EndDate Date(7) No - Last effective date (inclusive)
IsActive Yes-No(1) Yes Y The record is active in the system
StartDate Date(7) No - First effective day (inclusive)
Updated Date+Time(7) Yes SYSDATE Date this record was updated
UpdatedBy Search(22) Yes - User who updated this records
Value String(40) Yes - Search key for the record in the format required - must be unique

Foreign Keys

Column References Description
C_CampaignStage_ID C_CampaignStage.C_CampaignStage_ID -
M_DiscountSchema_ID M_DiscountSchema.M_DiscountSchema_ID Schema to calculate the trade discount percentage
M_PriceList_ID M_PriceList.M_PriceList_ID Unique identifier of a Price List
PO_DiscountSchema_ID PO_DiscountSchema.PO_DiscountSchema_ID Schema to calculate the purchase trade discount percentage
PO_PriceList_ID PO_PriceList.PO_PriceList_ID Price List used by this Business Partner
AD_Client_ID AD_Client.AD_Client_ID Tenant for this installation.
AD_Org_ID AD_Org.AD_Org_ID Organizational entity within tenant
C_Channel_ID C_Channel.C_Channel_ID Sales Channel

Generated on 2026-05-03T16:39:34.452324742Z