Redwood: Removing Object Types on Cases in Visual Builder Studio
Summary:
My customer has a requirement to remove the Service Requests and HR Help Desk Requests Object Types when creating a relationship on a case, so that only the Case Object Type remains.
Content (please ensure you mask any confidential information):
In Oracle Visual Builder Studio, there is a Constant called objectTypeValuesForRelationships. I've tried entering the below, however it does not work and causes the Object Type field to not render any values.
[{"value": "case", "label": "[[$page.translations.objectLinkBundle.Cases]]"}]
Is anyone able to offer any suggestions please on what code I should use to achieve this.
Code Snippet (add any code snippets that support your topic, if applicable):