Hello,
I'm trying to reference an interface that exists in another dev environment.
We have two dev environments. Dev A and Dev B
What I'm trying to do is reference an interface in Dev A in an interface I created in Dev B. I don't have any duplicates of that interface in Dev B and I don't think I can import it to Dev B since it might conflict with policies we have. Is there a way to reference the interface from Dev A in Dev B without having to import the object or duplicate it?
Thanks in advance.
Discussion posts and replies are publicly visible
That object that you are referencing would have to exist in the environment you are using.
If you cant import it - would make sense if you could as part of a common objects strategy then that is the easiest way. But copying the code over is also fine, its just I would note it in some documentation and also comment the code as to the origination of the object.
That makes sense. I tried to reference the UUID but I believe I'll need a plug in for that and I'm not looking for anything that's an OOTB functionality. This is probably what I'll end up doing.
Thanks for the prompt answer!