クリスピポテト
06/02/2022, 5:26 PMWARNING -- One or more potential issues were found during custom object validation. Details: Circular dependencies detected. The following custom objects reference each other in a way that creates direct dependencies. If deployment fails, ensure that each custom object does not reference any custom object that references it.
I don't want to mess the installation of the custom record since they are for the UX sideMatt Bernstein
06/03/2022, 12:38 PMJoel Musheno
07/11/2022, 9:00 PM<deploy>
<files>
<path>~/FileCabinet/*</path>
</files>
<objects>
<path>~/Objects/*</path>
</objects>
</deploy>
try
<deploy>
<files>
<path>~/FileCabinet/SuiteSripts/whatever.js</path>
<path>~/FileCabinet/SuiteSripts/whatever2.js</path>
</files>
<objects>
<path>~/Objects/customscript_whatever.xml</path>
<path>~/Objects/customscript_whatever2.xml</path>
</objects>
</deploy>
circular refs don’t appear to be fatal to the import.
Also, you can try to break down your account customization packages into smaller ones.