Display Relationship Under the Contact Foldout Panel
Summary:
We are trying to show the relationship tab under the contact foldout panel. Reviewing the setup we understand the relationship is a child object under contact. However, using the child query, we still cannot get the relationship record to show. Am I missing anything?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24b
Code Snippet (add any code snippets that support your topic, if applicable):
<template id="contactRelationship">
<oj-vb-fragment bridge="[[vbBridge]]" name="oracle_cx_fragmentsUI:cx-panel">
<oj-vb-fragment-param name="resource" value='[[ {"name": "contacts", "primaryKey": "PartyNumber", "endpoint": "cx" } ]]'> </oj-vb-fragment-param>
<oj-vb-fragment-param name="sortCriteria" value='[[ [{"attribute": "SubjectPartyName","direction": "descending" }] ]]'> </oj-vb-fragment-param>