Anna.anto Posted September 17, 2015 Posted September 17, 2015 Hi all, is it possibile open a file stored in a remote container? I can't use the script step Export Field content because the user must modify the file. thanks Anna
Wim Decorte Posted September 17, 2015 Posted September 17, 2015 The workflow should be: - export the field content to the hard drive of the user - user modifies - user re-inserts the modified file You should not try and find or manipulate a remote container data file outside of FM. Those files need to be treated like any other live FM file. Only FMS should be able to touch them.
Anna.anto Posted September 18, 2015 Author Posted September 18, 2015 Ok Wim, thanks a lot. At this point, I think that I prefer to use linked files, not remote container. In this way the user can directly modify the file without re-insert file, the drawback is that I must create a map network drive for each clients... I don't see other solutions....and you? Anna
Wim Decorte Posted September 18, 2015 Posted September 18, 2015 You don't need a mapped drive if you can use the UNC path to the files: \\server\shared_folder_name\file_name Are all the users on the same platform?
Anna.anto Posted September 18, 2015 Author Posted September 18, 2015 Yes, all user are on Windows Platform. Anna
Recommended Posts
This topic is 3627 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 accountSign in
Already have an account? Sign in here.
Sign In Now