Siebel Interactive Selling Transact Server Interface Reference > The Shopping Cart > The Quote List >

What You Can Display in the Quote List


You can display the following in the Quote List:

Quote ID

Unique identifier of the quote. Retrieved with QuoteList API function getID().

Quote Name

Name provided by the user when quote was saved. Retrieved using the QuoteList API function getName().

Account ID

Account ID associated of saved quote. Retrieved using the QuoteList API function getAccountID().

Index

Quote's numbered position in list. Retrieved using the QuoteList API function getIndex().

Date Created

Date when quote was created. Returned in locale-specific format using the QuoteList API function getDateCreated().

Email URL

URL string that displays the EmailQuote.jsp template used to email the quote to another user. Retrieved using the QuoteList API function getEmailURL().

Delete URL

URL string that deletes quote from database. Retrieved with QuoteList API function getDeleteURL(). Use the function doDelete (included in the QuoteList JSP template) to prevent user from deleting the current quote. For example:

<a href="" onClick="doDelete('<%= quoteList.getDeleteURL() %>'); return false;">Delete</a>

Restore Quote

Restores a quote. You must call the JavaScript function top.siebel.RestoreQuote with the quote ID as an argument. This function prompts users on whether to use the selected quote as their shopping cart or see a view-only version of the quote. Once quote becomes the current shopping cart, any previous shopping cart contents are lost (unless previously saved).


 Siebel Interactive Selling Transact Server Interface Reference 
 Published: 18 April 2003