davidhabib / Auctions-for-Salesforce

DJH Consulting's Auctions for Salesforce managed package
http://djhconsulting.com/auctions-for-salesforce/
7 stars 14 forks source link

Provide good Default Values for empty Auction Settings #96

Closed davidhabib closed 10 years ago

davidhabib commented 10 years ago

I've had multiple people post that Check Out doesn't work when they try to mark items paid. The reason is they didn't set the Auction Settings for the Won, Not Thanked stage. Currently the code only returns 'Won Closed' if there are no Auction Settings at all. I should change the code in OPP_STAGE_WON_NOT_THANKED_STAGE to also return 'Won Closed' if the value of the specific settings is empty. I should also review all other settings (and their cover routines) to see if other settings should provide useful defaults when not explicitly set.