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
HaralambyHaralamby 

Adding Product Functionality to Custom Objects

Does anyone know if it's possible to replicate the "Opportunity Product" functionality of the Opportunities object on a custom object? 

 

We have a custom object called Projects and we would like to be able to add products just like we do in opportunities with all of the built in functionality such as establishing revenue schedules.

 

Thank you in advance!!!!

Cool_DevloperCool_Devloper

Well, I have not tried it myself but i think most of it, you can using code/configuration.

 

But certain features like revenue schedules, I am not sure of. Would need to do some fit-gap analysis to see if this can be achieved using custom functionality.

 

Cool_D

DX-NoobDX-Noob
Did you ever find a solution to this?  We are looking to do exactly the same thing.
Steve :-/Steve :-/

You need to create a junction object with Lookup relationships to your custom object and the Product Object.