Hi everyone. A rather strange error. I changed the...
# sdf
s
Hi everyone. A rather strange error. I changed the name of the application to the final one. After refactoring the project and the manifest, to be able to install it again, I needed to uninstall the previous version that was updated and deployed without any problems in the development environment. Now, when I try to redeploy it, I get a reference error, which is absurd because the field exists in the same project and has never caused any problems before. How is it possible that the deployment creates the WF before the related custom fields? Has anyone had a similar problem? Is there any way to indicate in the project to install the custom fields first? An error occurred with resolving custom object references. Details: The script id '[scriptid=custbody_x_sii_fecha_alt_liquidacion]' referenced by the field 'field' in subrecord workflowaction226 (setfieldvalueaction) could not be resolved. File: ~/Objects/customworkflow_x_sii_fliquidacion_a_2.xml Object: customworkflow_x_sii_fliquidacion_a_2.workflowstate75.workflowaction226 (setfieldvalueaction) 2023-04-03 072927 (PST) Installation FAILED (0 minutes 11 seconds)
e
SDF deploys Objects in the order in which they appear in
deploy.xml
, so you can explicitly deploy any Objects which have ordering dependencies there.
s
Hi Eric, that was exactly it. Thank you for your help.
1