Is there a way to inherit a record type from another record type? (Similar to how a class can inherit from another class in object oriented programming.)
I have an asset record type with fields that are common to all assets but each type of asset needs its own extra fields, which are not relevant to other asset types. I also want to show a list of assets of all types on each customer record.
I'm sure this is a common issue. I don't want to solve is with a single unwieldy asset record type if possible.
Slack Conversation