I'm trying to deploy an SDF project that has a cou...
# sdf
c
I'm trying to deploy an SDF project that has a couple of custom records and a custom form. The validation on the form fails because the records are missing from the account. If I leave out the form, then deploy a second time then it works but not on the initial install. Anyone know any solution to this?
@Kyriakos Zisopoulos This looks the same as your issue. Did you find a solution?
e
You can try explicitly putting each element in your
deploy.xml
in the correct order; I'm not sure if it works or not, and it's not ideal for large projects, but worth a shot with so few elements
c
@erictgrubaugh Thank you. I've tried a coupe then the wildcard option (as you suggested above) but that doesn't seem to work. I'll try splitting them all out.
k
I updated as suggested the deploy.xml. Can confirm it works but only if you dont have circular dependencies. So if object B has a reference to object A and object A has a reference to object B then it was always failing
👍 2
m
Hey guys, you shouldn't need to play around with the deploy file in order to get the deployment to work. Sounds like a defect. Can you provide details on how to reproduce the problem? If you could file an issue with NetSuite that would be really helpful as well.
k
@Mariano Saenz (NS Eng Lead) How can I do that without giving access to the bundle it self?