04-25-2012 04:54 AM
Hi
I was wondering if any one could tell me how to change the code,so that I can make the layout nicer so we can use the SalesOrderSnapShot as a quote to email out to our customers.
I really need to be able to add HTML formatting.
Any ideas would be appreciated.
Thank you
Sarah
04-25-2012 07:10 AM
Do you need help on how to get to it?
The SalesOrderSnapShot can be found under Support Files / Smart Parts / Sales Order
You would need to edit the ascx and the ascx.cs (code behind file) to implement your changes.
04-25-2012 07:51 AM
05-03-2012 05:26 PM
Suggest lifting the code from the location that Raul mentioned.
Maybe create an Opportunity business rule method that returns a string, where the string will be the SnapShot HTML (or your equivalant without various hyperlinks, etc.).