Ask a questionAsk a question
 

AnswerBasketDisplayMessage?

  • Tuesday, November 03, 2009 10:44 PMKevinBurton Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    In the DicountsApplied table there is a column called BasketDisplayMessage. When I get an order as xml the DiscountApplicationRecord that is returned does not seem to have this attribute in the XML. Does anyone know where I can get this information?

    Thank you.

    Kevin

Answers

  • Wednesday, November 04, 2009 1:45 AMRavi Kanth KoppalaMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Can you checked whether DiscountApplicationRecord is having value in the database (not null)?
    http://techblog.ravikanth.net (If this post answers your question - Either Mark this post as the answer or vote as being useful.)
    • Marked As Answer byKevinBurton Wednesday, November 04, 2009 3:44 AM
    •  

All Replies

  • Wednesday, November 04, 2009 1:45 AMRavi Kanth KoppalaMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Can you checked whether DiscountApplicationRecord is having value in the database (not null)?
    http://techblog.ravikanth.net (If this post answers your question - Either Mark this post as the answer or vote as being useful.)
    • Marked As Answer byKevinBurton Wednesday, November 04, 2009 3:44 AM
    •  
  • Wednesday, November 04, 2009 3:45 AMKevinBurton Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thank you. I guess it is missing because the value is null. I checked another entry that was not null and it showed up. Sorry about my oversight.

    Kevin