what is the maximum number of additional views that can be created on appian records

Is there limitation to add viewss on appian records? If i add more than 30 views on appian records it will affect on the performance?

  Discussion posts and replies are publicly visible

Parents
  • Per the documentation Appian allows up to 20 additional views per record type. The performance will only be impacted depending on the visibility expressions of each record view since those expressions are evaluated to make sure the user can only see views they have access to see. If each expression is 'true' or a simple logical statement such as 'User is in X group' there won't be any performance impact. If every expression is making expensive database queries then there could be a potential impact.

Reply
  • Per the documentation Appian allows up to 20 additional views per record type. The performance will only be impacted depending on the visibility expressions of each record view since those expressions are evaluated to make sure the user can only see views they have access to see. If each expression is 'true' or a simple logical statement such as 'User is in X group' there won't be any performance impact. If every expression is making expensive database queries then there could be a potential impact.

Children
No Data