function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AlexHt1AlexHt1 

How to deploy a Force ID app when all objects are referencing each other

Hello,

 

When I try to deploy my app, it fail due to a conflict.

 

I have 3 items:

 

A visualforce page

A apex class

A custom object

 

The custom object overides the new button to the visualforce page. Hence when I try to safe it, there is a conflict and it fails.

 

The visualforce page references the apex class. Hence when I try to safe it first, it fails.

 

The apex class references the custom object. Hence when I try to save it first, it fails.

 

All the code is bug free and works if it is allowed to be saved at the same time.