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: Working with Contact Photos in Redwood Sales

edited Mar 27, 2025 12:17AM in Sales

Working with Contact Photos in Redwood Sales

Using standard extensibility techniques with visual builder, enable adding and viewing a photo to a contact in Redwood Sales

The field template used in this video is the following:

<oj-bind-if test="[[ $value.PartyNumber() ]]">
<div style="width: 300px">
<oj-label-value label-edge="inside">
<oj-label for="oj-sp-attachments-1457877925-1" slot="label">Photo</oj-label>
<oj-sp-attachments display-options.type="filmstrip" display-options.add-types="file"
display-options.update-visibility="hidden" display-options.download-visibility="hidden"
display-options.updated-details="hidden"
view.endpoint="oracle_cx_salesUI:cx/getall_contacts-PictureAttachment"
view.endpoint-params='[[ {"contacts_Id": $value.PartyNumber()} ]]'
create.endpoint="oracle_cx_salesUI:cx/create_contacts-PictureAttachment"
create.endpoint-params='[[ {"contacts_Id":$value.PartyNumber()} ]]'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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