Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
The product and customer inputs let the user pick a set of existing products and customers from the master data. The two inputs work in the same way, just use different tables for data selection.
The value of this input is CustomerGroup or ProductGroup object. It is often transported as a Map when value is passed between logics over HTTP, so you may need to convert the input map to the object first.
Product
The product filter allows the user to provide a set of products as an input. The end user can either select products from a list, or provide a filter that will be used to query the product master table.
Figure 1. A product filter rendered in the web browser. The user selected a fixed set of products from a list.
Figure 2. A product filter rendered in the web browser, after the end user clicked the search icon. The end user specified a filter in two different ways: by clicking one of the "Growth" cells, and by typing "Beef" in the header.
The customer filter allows the user to provide a set of customers as an input. The end user can either select customers from a list, or provide a filter that will be used to query the customer master table.
Figure 3. A customer filter rendered in the web browser. The user selected a fixed set of customers from a list.
Figure 4. A customer filter rendered in the web browser after the end user clicked the search icon. The end user specified a filter in two different ways: by clicking one of the "Restaurant" cells, and by typing "Italy" in the header.