Description Usage Arguments Details Value Examples
Returns a list of quotes.
1 2 3 4 5 6 7 8 | get_quotes(
fields = NULL,
conditions = NULL,
page = NULL,
pageSize = NULL,
trunc = TRUE,
...
)
|
fields |
Which fields to include. |
conditions |
Some conditions |
page |
Which page? |
pageSize |
How many rows. |
trunc |
TRUE returns a dataframe with fewer columns. |
... |
... |
Search quotes by crmOpportunityID in ordert to return the quote number.
TO return specific fields, set trunc = FALSE
.
List of quotes.
1 2 3 4 5 6 | ## Not run:
get_quotes()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.