You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Attachment panel appearing blank on Redwood UI for all objects

edited Aug 11, 2026 2:21PM in Sales 5 comments

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.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!