Video: Adding a Notes Panel to Standard Sales Objects — Cloud Customer Connect
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

Video: Adding a Notes Panel to Standard Sales Objects

in Sales 8 comments

Adding a Notes Panel to Standard Sales Objects:

By default, viewing notes on a standard object in the Redwood sales experience is done via the Show Notes action in a subview. CX Extension Generator can create both this subview, and also a panel for the detail page for notes on custom objects. This video will show you how you can create a similar notes panel for the standard objects using Visual Builder.

Sample template used in this video

<template id="section">
 <oj-vb-fragment bridge="[[vbBridge]]" name="oracle_cx_fragmentsUI:cx-note" class="oj-sp-foldout-layout-panel">
    <oj-vb-fragment-param name="resource"
      value='[[ {"name": "opportunities", "primaryKey": "OptyId", "puid": "OptyNumber", "endpoint": "cx" } ]]'>
    </oj-vb-fragment-param>
    <oj-vb-fragment-param name="query"
      value='[[ [{"type": "selfLink", "params": [{"key": "opportunities_Id", "value": $base.page.variables.puid }]}] ]]'></oj-vb-fragment-param>
    <oj-vb-fragment-param name="style" value="[['foldout']]"></oj-vb-fragment-param>
    <oj-vb-fragment-param name="child"
      value='[[ {"name": "Note", "primaryKey": "Id", "relationship": "Child"} ]]'></oj-vb-fragment-param>
  </oj-vb-fragment>
</template>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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