Does SDF fully analyze dependencies included in a project prior to deploy? I'm running into the following problem:
* SDF project has a script definition with a script param pointing to a saved search
* said saved search is in the SDF project
upon deployment, I get an error saying the saved search referenced in the script deployment can't be found? I thought SDF was smart enough to look in the project and deploy things in the necessary order? i.e. if the search is a dependency by virtue of it being indicated in a script parameter, that the search would get deployed first, automatically?