Conversation

Using tags to classify and later find cases
Context
Client uses 32 different icons to "flag" submissions that have issues that need to be addressed in addition to the overall submission status. Users have options to search or filter by icon which is really performing a text based search on what the icon represents.
Our goal is to use tags in Pega to allow for -
- The application to tag cases programmatically based on external system statuses
- The user can search for / filter cases based on one or more tags
- The application can include some of the tags in prioritization logic
- The application can remove / replace tags as updates happen to the case in external systems
I'm fairly confident we can achieve items 1 and 4 through combination of decision rules, data transforms and / or activities and don't need to demonstrate this.
I am hoping to show the client a simple demo where I will manually add tags to some sample cases in Pega and then using a combination of Insights (they want a pre-filtered view based on a tag) and promoted filters on a landing page that allows them to search / filter by one or more tags.
Can someone walk me through the steps for the basic demo?