You can filter products in ‘Salesforce Opportunity to NetSuite Sales Order’ flow or ‘Salesforce order to NetSuite sales order Add/update’ flow while exporting data between Salesforce, NetSuite and IO. You can achieve this by performing minor updates in the flow settings.
Configure filtering of products
Salesforce Opportunity to NetSuite Sales Order flow
- Sign in to your integrator.io
- Go to Salesforce - NetSuite Integration App
- Navigate to Flows > Opportunity
- Go to ‘Salesforce Opportunity to NetSuite Sales Order’ flow and click Settings
- For Additional data to export from Related Lists or Sublists and click on edit
- Edit the OpportunityLineItems related list by clicking the edit option under Actions
- Add the filter at Filter Expression
- Save the page by clicking Add Selected
- Click Save
Example: If you want to filter the products: if product code is not empty, then the filter expression is ProductCode != "".
Salesforce Order to NetSuite Sales Order flow
- Sign in to your integrator.io
- Navigate to Flows > Opportunity
- Go to ‘Salesforce order to NetSuite sales order’ flow and click Settings
- For Additional data to export from Related Lists or Sublists and click on edit
- Edit the OrderItems related list by clicking the edit option under Actions
- Add the filter at Filter Expression
- Save the page by clicking Add Selected
Example: If you want to filter the products: if product code is not empty, then the filter expression is ProductCode != "".
Comments
Please sign in to leave a comment.