Adding a Domain Model
You can store domain models as desired, for example, in a folder called DomainModels
. For each domain model, you create a set of domain entries, where each entry represents a valid value for the entity property that uses the domain model.
After you add a domain model, associate it with a property. See Associating Domain Models with Properties
Subtopics