locked
Converting quote to salesorder problem RRS feed

  • Question

  • Hi can anyone tell me how do the fields from quote are copied into the new created order?
    I ask this because i have a problem with the extendedamount field from order, it contains the  value from quote  but without the applied discount,

    From Opportunity to quote I have no problems, but from quote to order there is this missing discount issue.

    I don't even know where should i look, i see nothing in the mapping settings, so i guess the conversion is hard coded, what can I do ?

    Thanks in advance
    Monday, March 24, 2008 11:09 AM

Answers

  • I assume you're referring to the extendedamount field on the quotedetail and salesorderdetail entities, rather than fields on the quote and salesorder entities ? These mappings are hard-coded, though I'd be surprised if the discount isn't being applied - are you using a custom field for the discount ?

     

    Tuesday, March 25, 2008 12:53 PM
    Moderator

All replies

  • I assume you're referring to the extendedamount field on the quotedetail and salesorderdetail entities, rather than fields on the quote and salesorder entities ? These mappings are hard-coded, though I'd be surprised if the discount isn't being applied - are you using a custom field for the discount ?

     

    Tuesday, March 25, 2008 12:53 PM
    Moderator
  • I think the problem was a custom field that had different data type on the two entities (float/int)
    Monday, March 31, 2008 8:55 AM