Jump to content
Server Maintenance This Week. ×

MirrorSyncDeploy - A Mobile Deployment Technique


This topic is 1793 days old. Please don't post here. Open a new topic instead.

Recommended Posts

When ever we have to deploy new links to users it's a bit of a process - you have ensure they have deleted old links from email or shared notes.

In addition it always felt much slower to download the files via the Safari on iOS which has to toggle between FMGo and Safari.

However once installed and you pushed out changes with the MS 5 version update feature, is very smooth.

So I managed capture that file from my iPhone and modify it a bit, I am calling it MirrorSyncDeploy

Screen Shot 2019-06-06 at 12.04.02 PM.png

Once you download the file and host it on your own server, then from the desktop add a record for each unique file, that you deploy - Then just have users log in to the hosted file and select the file you wish to deploy (add your own business rules here ). Keep in mind if you run this and they have an existing file with the same name and they have not performed a sync it will OVERWRITE their existing file loosing data.

The trick here is to modify the link that MS generates, for some reason the native link will not download via Insert URL command, so when you paste your link in it will do a simple substitute.

Quote

https://12.0.1.1/MirrorSync/dbDownload/client-side/1d84cb87-5a7c-4775-9553-9fe9e688bdec

So I modified it to a url that seems to work by removing the client-side or server-side and append ?status=0 

Quote

The end result for the user is a pretty seamless and they don't need to leave FMGo. And the file opens directly and starts initial sync.

Please feel free to give this a go and will appreciate any feedback.

MirrorSyncDeploy.fmp12.zip

Admin Credentials:  Admin / blank

User Credentials: sync / sync

 

Link to comment
Share on other sites

Hey Stephen, that's great! I could see this being particularly useful for people with multi-file solutions, which are a pain in the butt to download.

The reason the ?status=0 is necessary is because by default we want to show some HTML in the browser with the progress of the upload operation. Since you're inserting directly into a container field, you just want the actual file, not the status of the upload.

Link to comment
Share on other sites

This topic is 1793 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.