Parent customer record displays all transactions for both parent and child customers. To view only transactions entered for the parent customer, We need to customize the View.
- Go to Lists > Relationships > Customers.
- Click View next to the parent customer.
- Click Sales tab and Transactions subtab.
- Click Customize View.
- Under Criteria and Standard subtab, set the following:
- Formula (Numeric) | case when {mainname} = {customer.parent} then 1 else 0 end | Equal to 1
Now Enter a name for the custom search and Click Save.