Adrian Crum wrote:
2. I'd like to add a field to Product that would be a productMaintTypeId
- used to narrow down choices in Product Maintenance Type selection
boxes. Basically, the ID in the field would be used as a constraint in
the ProductMaintType entity (ProductMaintType.parentTypeId =
"someValue"). So, for a vehicle product maintenance only vehicle
maintenance types would be shown, for a copier product maintenance only
copier maintenance types would be shown, etc.
That wasn't clear enough. It should say:
Basically, the ID in the field would be used as a constraint in the
ProductMaintType entity (ProductMaintType.parentTypeId =
Product.productMaintTypeId).
-Adrian