is there a way to set the order of execution when ...
# sdf
t
is there a way to set the order of execution when deploying SDF
m
Yes! I usually run into conflicts with forms as well. I create folders within the Objects folder. I have a main which usually holds most of the xml objects, and I deploy all and then I specify an order within my ordered folder. here is an example of what I do in the deploy.xml file
Copy code
<objects>
        <path>~/Objects/main/*</path>
        <path>~/Objects/ordered/form/*</path>
        <path>~/Objects/ordered/center/custcentercategory_nta_classic_setup.xml</path>
        <path>~/Objects/ordered/center/custcentercategory_nta_class_lists.xml</path>
    </objects>
t
dude that's an awesome tip thanks!
my work around is a bit more lame I setup a Local folder to deploy just the dependencies separately and the continue in my main folder
m
As long as it works! but yes SDF should follow the order you set in the deploy.xml. This is also the only way to deploy an order to center categories if you are deploying any