Attachment panel appearing blank on Redwood UI for all objects
Summary:
On navigating to Account Object and drilling into any record, the attachment panel has no content and appears blank instead of displaying standard message like in other Panels, the template used for the Attachment Panel is -
<template id="cx-attachment">
<oj-vb-fragment bridge="[[vbBridge]]" name="oracle_cx_fragmentsUI:cx-attachment">
<oj-vb-fragment-param name="resource"
value='[[ {"name": "accounts", "id": $base.page.variables.id, "puid": $base.page.variables.puid, "endpoint": "cx" } ]]'>
</oj-vb-fragment-param>
<oj-vb-fragment-param name="readOnly" value="[[ 'true' ]]"></oj-vb-fragment-param>
<oj-vb-fragment-param name="style" value="[[ 'foldout']]"></oj-vb-fragment-param>
</oj-vb-fragment>
</template>
Since we are using attachment fragment instead of panel, the default message is not being displayed maybe, is there any workaround to add custom message when there are no records found.