dynamically creating default filters on record type?

I am using Appian 16.2. Every user in our application is part of different line of businesses and I would like to add a default filter to a record so that a user can only view the records for whatever line of business he/she is part of. (The record is an entity-backed record which is using a View) The problem is the user can be part of multiple line of businesses so for one row of data, there could be multiple line of businesses. So somehow I need to apply over the line of businesses and dynamically add default filters using the "include" operator. For example, if loggedInUser() is part of three line of businesses, then there has to be three default filters using the includes operator. Note: I can't use the "in" operator in this case. Any ideas on how I can accomplish this?

OriginalPostID-236537

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data