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
DESELECT_DEMO_ORDERS
Description: Orders placed by customers
Fields:
- Id
- Date
- AccountId
- ContactId
DESELECT_DEMO_ORDERLINES
Description: Order Lines belonging to the Orders in DESELECT_DEMO_ORDERS
Fields:
- Id
- OrderId
- ProductId
- 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
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.