/
I want a filter to displays quotes that are open and have no repeating instructions
I want a filter to displays quotes that are open and have no repeating instructions
Where a database has different types of quotes - normal and those with repeating instructions, a custom filter is required to view normal templates that are not closed
Step-by-step guide
Use the following SQL code to create a new filter in Quotes that will display non-repeating quotes that do not have the status of 'Closed'
QO_Main.Status = 0 AND QO_Main.InvoiceID NOT IN (SELECT DISTINCT InvoiceID FROM QO_History WHERE InvoiceHistoryID IN (SELECT QuoteHistoryID FROM QO_HistoryActivate WHERE RepeatEvery <> 0))
Related articles
, multiple selections available,
Related content
Filters for quotes - emailed or not and sales order created or not
Filters for quotes - emailed or not and sales order created or not
More like this
Adding new filters to search windows
Adding new filters to search windows
More like this
Invalid filters in the Region Maintenance form - 7.02.00 and prior
Invalid filters in the Region Maintenance form - 7.02.00 and prior
More like this
Error when opening Quotes - 'incorrect syntax near the keyword 'AND'
Error when opening Quotes - 'incorrect syntax near the keyword 'AND'
More like this
Delete documents attached to Quotes based on criteria
Delete documents attached to Quotes based on criteria
More like this
Loading a purchase order errors for one user only - 'multi-part indentifer could not be found'
Loading a purchase order errors for one user only - 'multi-part indentifer could not be found'
More like this