function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pon-de-lionpon-de-lion 

Relating Content object to Product object

Hi,

 

    our organization needs to display a list of related content for a product on a product page,

    we know there's a related content relationship in product objects where we can attach content

    manually, but there's no relationship exposed for this related list for us to pull the list whenever we

    want.

 

    does anyone have any idea how we might achieve the goal? so far we know custom coding is

    required, but we would like to confirm and see if there are other possible solutions. 

 

 thanks 

gemziebethapgemziebethap

We have a similar problem! - Please - if you have managed to achieve this, get in touch with me!

 


  • Currently, in order to deliver content that is saved in a specified workspace, it is necessary that you contribute the specified file within the workspace, go to the opportunity, search for the content, and attach it. This is quite long-winded; it's actually easier for our sales people to just add an attachment to the Notes and Attachments sections!

    So what would really add value to the Content functionality is having a button on the Opportunity / Account / whatever record - that, when clicked, takes you to the Upload document mini-page where you can browse for the document, select the Workspace it should belong to from a list, and when you click OK the new Content should be automatically related to the record you clicked the button on.

    Someone surely must have done this already using code - If there is anyone out there who has solved this problem we would love to talk to you about how you did it!