Skip to main content
New Participant
December 2, 2024
Question

How to find Dependent objects of a plugin

  • December 2, 2024
  • 3 replies
  • 0 views

I'm building a rule which will take 'Plugin Name' as an input (example:Excel Tools) and expected to return all the dependent object names where this plugin is referred in. Is there a way to achieve this?

Manually, we can go to Appian Designer -> Objects -> Plugins -> select a plugin and choose dependents to get the list, I'm trying to automate the same behaviour.

Any leads will be appreciated.

3 replies

stefanhelzle0001
December 3, 2024

I do not know of a way to do this. Did you consider to check the Appian Java API and write a plugin yourself?

davidj137213
December 3, 2024

As Stephan suggest, try writting your own plugin...

docs.appian.com/.../Search.html

gayatria0439
December 3, 2024

HI [mention:d7c416e658a84cd8a8cec5479e70c3bf:e9ed411860ed4f2ba0265705b8793d05] ,

I thought the same as Stefan said, and I have explored this. Yeah, we can get this solution through Appian Rest APIs.