Data Model Design
During the application creation process, you create two objects. The Sales Territory object stores sales representative and territory information, and the Shopping Item object represents the customer’s interest in purchasing and generates a task item assigned to the salesperson assigned to the relevant territory.
Sales Territory
Field Name
Data Type
Label
Sales Representative
Relationship
Relationship link to the salesperson. For testing, refer to the User object.
* 
Max provides standard fields and a Name field, so only one field should be added for testing.
Shopping Item
Field Name
Data Type
Label
Territory
Relationship
Refers to Sales Territory object.
Reference Price
Number
Expected price for the item of interest.
Count
Integer
For salesperson follow-up, this field indicates whether quantity discounts are available.
For more information:
Was this helpful?