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
kinlar-jfkinlar-jf 

Custom Add Products page - "opportunity/SelectSearch"

 I'm creating a two-step wizard to enable quick data entry of Account/Contact/Opportunity.

Once the above is created, the second step would be to add products to the opportunity.

 

Our business uses the same product multiple times on a line item. So the "Insulation" product would be added a number of times based on the opportunity.

 

On the product selection screen (which is currently "opportunity/SelectSearch") we would see:

 

checkbox - Product Name - Product code and QTY

 

In this case the QTY is new and determines how many times the product needs to be repeated in the Opportunity Products

 

For example:

 

INSULATION   INSU  3

Blown Cellulose BCF 1

Spray Foam SPF 2

 

Would turn into (on the next step which is multilineitem.jsp in the standard process)

 

INSULATION

INSULATION
INSULATION

BLOWN CELLULOSE

SPRAY FOAM

SPRAY FOAM

 

Then you could go about your business and select actual quantity for each line item, sales price, etc.

 

Anyone have a direction they can point me in?

 

Thank you VERY much in advance.