Hi, I'm using a category field on Accounts. I want to use the same field across contacts as well.
For example:
Job-Type:
Wedding
Portrait
Event
Engagement
Family
Proposal
As not all contacts have a company, it's beneficial to connect directly to the contact with this category.
At the moment I have the as field 'job type' within the Account entity as a Multi-Enum field.
Rather than set this up as duplicate field inside the Contacts entity, I'd prefer it as one source.
Question:
- Do I create a job type entity and do a many-to-one, many-to-many?
- Can I use a field across multiple entities?
What would you do?
Thank you so much.
G
For example:
Job-Type:
Wedding
Portrait
Event
Engagement
Family
Proposal
As not all contacts have a company, it's beneficial to connect directly to the contact with this category.
At the moment I have the as field 'job type' within the Account entity as a Multi-Enum field.
Rather than set this up as duplicate field inside the Contacts entity, I'd prefer it as one source.
Question:
- Do I create a job type entity and do a many-to-one, many-to-many?
- Can I use a field across multiple entities?
What would you do?
Thank you so much.
G
Comment