How to identify unused objects in Application?

Certified Senior Developer

Hi All,

Is there any way to identify the unused objects like expression rules,constants etc in any Appian application?

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents
  • You can look at each object in turn and use the 'Precedents' view to see what objects reference that object, but it's a long and painful exercise!

    In the forthcoming 20.3 release there is a small step towards making this somewhat easier with an 'Unreferenced Objects View', but this is at the entire Environment level, not at the individual Application level, and only covers 'Content Objects': connected systems, constants, decisions, expression rules, integrations, interfaces, query rules -  so there will still need to be some manual work to do.

Reply
  • You can look at each object in turn and use the 'Precedents' view to see what objects reference that object, but it's a long and painful exercise!

    In the forthcoming 20.3 release there is a small step towards making this somewhat easier with an 'Unreferenced Objects View', but this is at the entire Environment level, not at the individual Application level, and only covers 'Content Objects': connected systems, constants, decisions, expression rules, integrations, interfaces, query rules -  so there will still need to be some manual work to do.

Children