Display filtered data object in a view
Hello,
I am new to building on App Studio using v. 8.5.2 and looking for guidance on how to display a filtered data object within a step view. For example, I have created two data objects called Test_Employee and Test_Summary:
Test_Employee
Employee ID | Name | |
---|---|---|
123456789 | John Smith | Proprietary information hidden |
987654321 | Jane Doe | Proprietary information hidden |
Test_Summary
Hello,
I am new to building on App Studio using v. 8.5.2 and looking for guidance on how to display a filtered data object within a step view. For example, I have created two data objects called Test_Employee and Test_Summary:
Test_Employee
Employee ID | Name | |
---|---|---|
123456789 | John Smith | Proprietary information hidden |
987654321 | Jane Doe | Proprietary information hidden |
Test_Summary
Employee ID | Employment Status | Last Updated |
---|---|---|
123456789 | Active | 1/1/2020 |
987654321 | Active | 12/1/2020 |
I have created a case type with two stages called Create Case and Display Summary. Within the Create Case step, I prompt for user input using a Search Box picklist field called EmpID which has a data relationship to Test_Employee. When I enter 123456789 as EmpID, my view is configured to show the Employee ID, Name, and Email. On the next stage, is it possible to display the Test_Summary data object, with only results for EmpID 123456789? How do I configure a data relationship to do this?
Thanks!