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
hi Tamara Saadeh may i know your requirement why do you want to copy interface from dev A to dev B
Hello! It's to replicate the same functionality of an existing interface, but I figured I just needed to write a new interface in Dev B for it to work instead of having to import objects