NetSuite: Saved Search Showing Opportunity, Estimate, Sales Order, and Invoice
If you want to see transaction life cycles using a saved search (meaning a search that would display opportunities, along with their related estimates, sales orders, and invoices), you could try doing the following.
- Navigate to Lists > Search > Saved Searches > New
- Click Transaction
- Search Title: Enter a title
- Click Criteria
- Filter:
- Select Main Line
- Select Yes
- Click Set
- Select Type
- Select any of
- Multiple Select Field: Select Opportunity
- Click Set
- Click Results
- Field:
- Select Document Number
- Summary Type: Select Group
- Select Formula (Text)
- Summary Type: Select Maximum
- Formula: Enter case when {applyingtransaction.type} = 'Estimate' then {applyingtransaction} end
- Select Formula (Text)
- Summary Type: Select Maximum
- Formula: Enter case when {applyingtransaction.type} = 'Sales Order' then {applyingtransaction} end
- Select Formula (Text)
- Summary Type: Select Maximum
- Formula: Enter case when {applyingtransaction.type} = 'Invoice' then {applyingtransaction} end
- Click Save & Run
The limitation here is that transactions must all come from opportunities. Below is an example of this saved search:
Comments
Post a Comment