We have a few custom fields like (System, Phase, Room Installed) that contextually don't apply to the Product table since it will be different data on the product per install.
So we started by adding the fields to the Opportunity Line table (OpportunityProduct).
We'll use the Phase information on the Work Order in the future mostly.
The System and Room Installed will need to pass through for storage with the Asset and creating that Location if not already.
OPTIONS
1. I assume I can create custom fields for each of the tables and then use calculated fields or some other method.
2. I could create a new Entity and create a 1:N relationship to Product that would flow throughout the entire use of Products in FS365.
QUESTIONS
Pros/Cons of each above?
Better options than above?