• kinlar-jf
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

 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.

Is it possible to replace the ui/opportunity/SelectSearch with a visualforce page ?
 
any idea ?
 
 
  • July 23, 2008
  • Like
  • 0