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
sinesine 

How to copy or retreive products from opportunity into custom object?

Hi,

Is it possible to copy or retrive the list of opportunity products from an opportunity into a custom object? What i am trying to accomplish is create a custom object that represents a service agreement for a particular type of won opportunity. The idea being that once we win the opportunity with a new client then a custom service agreement object is created that is linked to that opportunity as well as a contract and some other custom fields that are formulas which pull info up from the opportunity and contract records. 

Problem is i would also like to pull up and copy all the diff products, their quantity, name, and price from the opportunity into the custom object but i cant seem to find a way to get to tht information from my custom object. I could re-create the products as another custom object and add those to the service agreement object but that seems cumbersome and redundent.
I have tried to create a formula field that retrieves the data but im assuming thaat because there could be multiple products asociated with an opportunity you cannot access that info in that way. 
Can anyone share an example with me on how i might go about getting this info.

Btw we are using Profesisonal edition and im not really a programmer so hopefully there is still a wayto do this without using custom code?

Thx
mikefitzmikefitz

You would want to look up using Assets.

If you could use custom code, I would recommend creating a trigger on the Opportunity that would copy the records to the assets object but since you are on PE, you probably need to find an app that copies products to assets.

 

 

Good luck!

sinesine

Hi Mike,

 

Thx for the feedback. Would you still recommend i use assets if the products are subscription based services and not physical products per se?

 

Thx

sinesine

Bump

 

Anyone :)

sinesine

 

Bump anyone, please!! 

 

 

Michael FitzgeraldMichael Fitzgerald

I would recommend still using assets and have your assets lookup to your subscription contract.

 

http://appexchange.salesforce.com/listingDetail?listingId=a0N30000001yKgpEAE#

 

Good Luck!

 

mike