How can we do a file copy deploy based on a files version?
we have a file that connects a user to a database and the version is very important to avoid corruption.
We have a scan which we created that checks the version, which works fine.
I was hoping to do a scan based on heartbeat that can check that version and if it finds a file at that precise location with a version that doesn't match the current version it will kick off the file copy job to put the correct version by overwriting the file that is inplace.
Is there anyone who has ideas on how to accomplish this?
Comments
Create a collection that looks for versions that differ from the desired one (File Version Does Not Equal). Create a heatbeat schedule that deploys to that collection.