Reference an interface in another environment

Certified Senior Developer

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

Parents
  • +1
    Certified Senior Developer

    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.

Reply
  • +1
    Certified Senior Developer

    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.

Children