The Demo Data package contains the following Data Extensions:
DESELECT_DEMO_PRODUCTS
Description: Contains a list of products a company could sell
Fields:
- Id
- Name
- List Price
- Product Family
- Type
DESELECT_DEMO_ORDERS
Description: Orders placed by customers
Fields:
- Id
- Order Date
- CustomerId
- Total Amount
- Delivery Date
- Delivery Street
- Delivery Country
- Delivery City
- Zip Code
DESELECT_DEMO_ORDERLINE_ITEMS
Description: Order Lines belonging to the Orders in DESELECT_DEMO_ORDERS
Fields:
- Id
- OrderId
- ProductId
- Quantity
- Sales Price
- Amount
DESELECT_DEMO_ACCOUNTS
Description: Company data of customers
Fields:
- Id
- Company Name
- Number of Employees
- Revenue
- Billing Country
DESELECT_DEMO_CONTACTS
Description: People/Contact data of people working at the companies in DESELECT_DEMO_ACCOUNTS
Fields:
- Id
- AccountId
- First Name
- Last Name
- Birthday
- Title
DESELECT_DEMO_CUSTOMERS
Description: Customer information
Fields:
- Id
- First Name
- Last Name
- Birthday
- Language
- Country
- Gender
DESELECT_DEMO_CONTRACTS
Description: Contracts signed by people in DESELECT_DEMO_ACCOUNTS
Fields:
- Id
- AccountId
- Insurance Type
- Start Date
- Expiration Date
- Annual Fee
DESELECT_DEMO_OPPORTUNITIES
Description: Opportunities detected for people in DESELECT_DEMO_ACCOUNTS
Fields:
- Id
- AccountId
- Stage
- Source
- Amount
- Close Date
DESELECT_DEMO_EMAILS TO EXCLUDE
Description: A list of emails that could be used for exclusion lists, eg. when you want to email the customers but exclude a list of emails.
Fields:
Comments
0 comments
Please sign in to leave a comment.