Inheriting an existing record definition to a new record definition
Records are defined as follows:
- Super record definition: The existing record from which the properties and behaviors are extended or inherited.
- Subrecord definition: The new record definition that inherits the properties and behaviors of the super record definition.
Although you can modify the inherited properties from the super record definition, the permissions of the super record definition do not get copied to the subrecord definition. You must separately add the permissions to the subrecord definition.
For example, you have an existing record definition called Ticket, and you inherit this record definition to create a new record definition called Incident. In this case, Ticket is the super record definition and Incident is a subrecord definition.
Before you begin
Before you inherit record definitions, make sure you have created a project and deployed it in BMC Helix Innovation Studio. For more information, see Creating-a-Project-using-Maven-and-the-Archetype.
To inherit an existing record definition to a new record definition
The following video shows you how to inherit a record definition. The video shows an older version of BMC Helix Innovation Studio. The previous product name was BMC Helix Innovation Suite. Although there might be minor changes in the UI, the overall functionality remains the same:
- Log in to BMC Helix Innovation Studio and navigate to the Workspace tab.
- Select the application or library to which you want to inherit a record definition.
Select Records > New > Regular Record.
The record with default fields is displayed.
- In the Details section, click Edit
.
- From the Record Inheritance section, click Record to Inherit.
From the Record to Inherit list, select the record definition from which you want to inherit the preferences.
The following table provides information about the properties:
Item
Description
Core fields
Inherits all the core fields from the super record definition to the subrecord definitions.
If you select the Shared data with inheritors check box, the core fields of the super record definition are inherited by default.Important: You cannot remove any core fields from being inherited to the new record definition.
Rules
Inherits all the rules that are associated with the super record definition.
Field permissions
Inherits all the permissions that are associated with the fields of the super record definition.
Associations
Inherits all the associations that are applied to the super record definition.
Audit field properties
Inherits all the field-level auditing properties that are configured for the super record definition.
(Optional) Specify the inheritance properties for the record definition.
The following table provides information about the properties:
UI Item
Description
Shared data with inheritors
Shares a common database with all the subrecord definitions that are inherited from this record definition.
You can search the database for a super record definition and retrieve all the instances of the super record definition and its subrecord definitions.
When you select this check box, by default, the core fields of the super record definition are inherited and cannot be modified.Make abstract
Prohibits the user from creating instances of that record definition.
For example, if Shape is an abstract record definition and Circle is an inherited record definition, you cannot create an instance of the Shape record definition.
Make final
Prohibits the user from inheriting this record definition.
- Click Save.
Limitations for inheriting existing record definitions
When you inherit or extend an existing record definition to a new record definition, you might encounter the following limitations:
- The subrecord definition cannot modify or delete the fields of the super record definition.
- You can inherit only one record definition at a time.
- You can stop extending or breaking the inheritance at any time if you have not selected the Share data with inheritors option.
- You cannot customize the fields that you inherit in subrecord definitions. If you need to customize the inherited fields, you must customize the fields in the super record definition and then inherit the record definition.