Source out all items that is applied on an Estimate and Sales Order Record.
- Navigate to Lists > Search > Saved Search
- Click Transaction
- Search Title: Enter Title
- Click Criteria
- Use Expressions: Enter Checkmark
- Click Standard
Note: Use Parens and And/Or as indicated. - Filter:
Note: For every required filter use the drop-down menu to select it and once adjusted click Add if needed.- Select Main Line
- Parens: Select (
- Select: is false
- And/Or: Select And
- Select Tax Line
- Select: is false
- Parens: Select )
- And/Or: Select And
- Select Type
- Parens: Select ((
- Type: Select any of
- Select Estimate
- And/Or: Select And
- Select Status
- Type: Select none of
- Select: Estimate: Processed
- Parens: Select )
- And/Or: Select Or
- Select Type
- Parens: Select (
- Type: Select any of
- Select Sales Order
- And/Or: Select And
- Select Created From Field…
- Select: Type
- Select Quote
- Parens: Select ))
- Select: Type
- Select Main Line
- Click Results
- Click Columns
- Field:
Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed.- Select Formula (Text)
- Formula: Enter ‘case when {type}=’Sales Order’ then ‘<a href=”https://(accountID).app.netsuite.com/app/accounting/transactions/transaction.nl?id=’||{createdfrom}||’&e=T”>Edit</a> | <a href=”https://(accountID).app.netsuite.com/app/accounting/transactions/transaction.nl?id=’||{createdfrom}||'”>View</a>’ else ‘<a href=”https://(accountID).app.netsuite.com/app/accounting/transactions/transaction.nl?id=’||{internalid}||’&e=T”>Edit</a> | <a href=”https://(accountID).app.netsuite.com/app/accounting/transactions/transaction.nl?id=’||{internalid}||'”>View</a>’ end’
Note: Replace the accountID with your own. - Click Add
- Custom Label: Enter Estimate Record
- Select Formula (Text)
- Formula: Enter ‘case when {type}=’Sales Order’ or {type}=’Cash Sale’ then {createdfrom} else {number} end’
- Click Add
- Custom Label: Enter Estimate
- Select Item
- Select Amount
- Select Formula (Text)
- Formula: Enter ‘case when{type}=’Sales Order’ or {type}=’Cash Sale’ then {number} end‘
- Click Add
- Custom Label: Enter Applying Transaction
- Click Add
- Click Save & Run