function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Verean PatelVerean Patel 

Web Based Quoting tool

Hello, 
I was wondering what the best approach would be for a project I am working on. 
The premise is to have an intricate online form that generates quotes that are linked with opportunities but also have an option to generate mock quotes for personal viewing in an excel format. It would need to be able to track revisions and call back previous quotes made. What would the best direction to accomplish such task? My assumptions have been using a custom controller with a Visual force page.
Best Answer chosen by Verean Patel
Dario BakDario Bak
Hi Verean,
   You will need a VF page for that and here is a tip to create a XLS based on a VF page.

<apex:page controller="whatever" tabStyle="whatever" sidebar="false" contentType="application/vnd.ms-excel#filename.xls"   language="en-US" cache="True">