What is the way to find out assembly name of a component from element id or component id in hyperview?
Hi Mohammed,
You will have to iterate through all assemblies, get the components associated with it, save it to an array. Then you can search the component in which array it is present.
you can create selection sets and use Assembly Class api's.
<?xml version="1.0" encoding="UTF-8"?>