import object with depen

Certified Associate Developer

Hello ,

Is there any way to import an object even if it has a dependency not found? I can't access the application environment because it was an appian test environment and it has been removed. I only have the export package

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Your interface is referring to a Record Type somewhere.  The only "officially supported" way to do this would be to find an export of that same Record Type from your project archives and import it first to the target environment.

    If the record type is referenced in a superficial way in the interface, you might be able to get something to work by directly manipulating the XML in your export package, though this is unsupported methodology and recommended to try only in emergencies (if then).

Reply
  • 0
    Certified Lead Developer

    Your interface is referring to a Record Type somewhere.  The only "officially supported" way to do this would be to find an export of that same Record Type from your project archives and import it first to the target environment.

    If the record type is referenced in a superficial way in the interface, you might be able to get something to work by directly manipulating the XML in your export package, though this is unsupported methodology and recommended to try only in emergencies (if then).

Children