Using "Cell" filter The gadget spec URL could not be found
In the order process that we implemented, the orders are created by the sales team on customer's request. Once the orders are created, it is confirmed by the customer. The confirmed orders are then reviewed by the product team and customer relations team. The customers do not have the visibility of the order status. To help solve this problem, create a report that displays all the orders placed by the customer.
Create a new report "My order requests" in the "CustomerOrder" data model.
|
|
Create "My order requests" report
|
|
|
|
Create a new report "My order requests" in the "CustomerOrders" data model.
|
|
|
|
Configure the report filter parameter.
LHS: select "CustomerEmail" from the dropdown list.
Operator: select "=" from the dropdown list.
Filter Type: select "Cell" from the dropdown list.
RHS: Select "UserId" from the dropdown list. This dropdown lists all the parameters from the "User" model only.
|
|
|
|
|
|
Open "My order requests" report
|
|
|
|
Log into the application using any of the customer's userid.
The report will be automatically added as menu option. Click on the "My order requests" report available under orders menu. |
|
|
|
|
|
View "My order requests" report
|
|
|
|
The report will be displayed as shown in the screen capture. All the orders placed by the customer (Peter) are displayed. |
|
|
|
|
|
|