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
Debbie@AsymtekDebbie@Asymtek 

Cross Object Field Update - Custom Object to Opp Line Items

We want the User to be able to tick a bunch of checkboxes in a custom object.  When complete, they would push a button "Upload Configuration". Based on their response, we will determine the product numbers and upload them into the Opportunity Line Items. 

 

Has anyone already done this?  Newbee here:smileysurprised: 

ReidCReidC

Hi Debbie,

 

There's probably more than one way to tackle this problem.  There's not an existing Force.com Labs app that does this out of the box but you could either:

 

a) create a custom object representing the checkboxes and use a trigger to convert those to products.

 

b) create a visualforce page that sends the checkboxes to a controller that converts those to products.

 

Should be pretty straightforward.

 

HTH

 

Reid