I am wondering why the Dynamic Value Query is being run prior to the Startup processes? Logically it makes sense to run it after them.
For example, I am testing a stored proc that is supposed to delete a record and I would like to create that test record to be deleted as a part of the Startup processes prior to executing the stored proc call to delete such test record. Apparently the Dynamic Value Query does not return the test record as a parameter for calling the tested stored proc, which makes me think the query is run prior to the startup processes by design...
Please advise...
Thanks,
Val