Customizing Configurable Links
You can add custom configurable links in the information page of a revisable regulatory submission. The configurable links table displays the parts, documents, change objects, and revisable regulatory submissions that are linked to the revisable regulatory submission.
To add a configurable links table in the customization menu, add the table to the configLinks submodel in your custom actionmodels file.
<model name="configLinks" resourceBundle="org.rnd.SampleResourceBundle">
<action name="childObjectsTable_sampleRegHubDescribeLink" type="object"/> <!-- Sample Describe Child Objects -->
<action name="parentObjectsTable_sampleRegHubDescribeLink" type="object"/> <!-- Sample Describe Parent Objects -->
</model>
To add configurable links table in the Configurable Links tab, add the table to the regSubConfigLinksTab submodel in your custom actionmodels file.
<model name="regSubConfigLinksTab" resourceBundle="org.rnd.SampleResourceBundle">
<action name="childObjectsTable_sampleRegHubDescribeLink" type="object"/> <!-- Sample Describe Child Objects -->
<action name="parentObjectsTable_sampleRegHubDescribeLink" type="object"/> <!-- Sample Describe Parent Objects -->
</model>

For more information on configurable links, see Configurable Links.
Was this helpful?