Hey guys,
Is it possible to extend this component in a different extension (without having to clone it)?
If yes, how?
Regards,
Marios
Hey Marios,
You can’t directly extend a Forge extension like Active Directory in another one — Integration Studio doesn’t support inheritance or references between extensions.
If you need to add or modify logic, you’ve got two main options, try this might be it will work:
Create a new extension and call the existing Active Directory actions from your module (no need to clone).
If you really need to modify the C# code itself, then you’ll need to clone the extension and update it inside your environment.
So — for most cases, just reference the existing one in your app and wrap or extend logic at the module level.
Hope that helps!Thanks and regards,Akshay Deshpande