Search found 61 matches

by billy.olvestad
Wed Oct 30, 2024 11:16 am
Forum: Flows
Topic: Working with Switch in a group of people?
Replies: 7
Views: 9935

Re: Working with Switch in a group of people?

I agree that multiple Switch Designers simultaneously would be nice, but also a way of restricting which flows a certain user is able to edit would also be good I think. Mostly to not confuse users who only should work with one flow when the big list of flows load, but also for security reasons. Som...
by billy.olvestad
Mon Oct 28, 2024 2:51 pm
Forum: Switch
Topic: Switch2Switch
Replies: 8
Views: 28384

Re: Switch2Switch

Did you ever solve this? We have the same problem. We have opened for the webhook port externally, and that seems to work, because the receiving server gets the webhook. We have also opened for the remote processing port in the firewall on both the sending and receiving server, but we get the error ...
by billy.olvestad
Wed Jul 03, 2024 5:34 pm
Forum: Flows
Topic: How to send output file or folder to a specific location
Replies: 4
Views: 6202

Re: How to send output file or folder to a specific location

I use the Store it app for this case. I have a couple of Switch servers at different locations, with the same flows, and don't use static paths in flows. Instead I set the path in an xml and pick that up as metadata. Since 'Store it' required a Hierarchy segment I split the path and feed it like th...
by billy.olvestad
Wed Jul 03, 2024 11:30 am
Forum: Flows
Topic: How to send output file or folder to a specific location
Replies: 4
Views: 6202

Re: How to send output file or folder to a specific location

I have also tried to do this, but found no way to send output files to a complete path from metadata. What I found though was that if all the paths lead to the same main folder on a network share or local drive, you can set that folder as the "root" folder on "Archive hierarchy",...
by billy.olvestad
Thu Jun 13, 2024 12:04 pm
Forum: Flows
Topic: Flow to check if other flows are running
Replies: 5
Views: 5640

Re: Flow to check if other flows are running

Thank you! Seems awesome. I will look in to that.
by billy.olvestad
Tue Jun 11, 2024 12:50 pm
Forum: Flows
Topic: Flow to check if other flows are running
Replies: 5
Views: 5640

Re: Flow to check if other flows are running

JimmyHartington wrote: Tue Jun 11, 2024 11:05 am The app Checkup seems to be just for that.
https://www.enfocus.com/en/appstore/product/checkup
Ah. Thanks! I will look in to it.
by billy.olvestad
Tue Jun 11, 2024 10:54 am
Forum: Flows
Topic: Flow to check if other flows are running
Replies: 5
Views: 5640

Flow to check if other flows are running

I have a problem when working on flows, that I sometimes forget to start the flow again when I'm done, or sometimes I click "start flow", and exit Switch, only to have the flow not start because of a misconfiguration in one of the elements. To eliminate this human problem, I would like to ...
by billy.olvestad
Mon Apr 08, 2024 2:28 pm
Forum: Flows
Topic: Inserting metadata into jobs
Replies: 5
Views: 4791

Re: Inserting metadata into jobs

That is correct. Child fields are not indented, and the interface does not indicate how the fields are related, that is something Enfocus definitely can improve, including ways to insert separators. The only way I have been able to insert separators is to insert enough underscores in the description...
by billy.olvestad
Mon Apr 08, 2024 1:02 pm
Forum: Flows
Topic: Inserting metadata into jobs
Replies: 5
Views: 4791

Re: Inserting metadata into jobs

How do you guys go about inserting metadata for jobs? Here we print jobs with multiple files in a single job, so grouping them and adding metadata is kinda troublesome. I got the Client module so I could use Submit and Check points, but there is no way to change the form's UI and when we use multip...
by billy.olvestad
Mon Apr 08, 2024 12:59 pm
Forum: Flows
Topic: Update Regex Engine
Replies: 1
Views: 2681

Re: Update Regex Engine

Are there any plans for updating the Regex Engine on Switch? There are some features that would be very useful for file filtering, like Positive and Negative lookbehind. My company uses Regex for identifying all of our files, but sometimes it's difficult to get into specific file naming with the to...
by billy.olvestad
Thu Nov 16, 2023 11:01 am
Forum: Flows
Topic: ".~#~_del_" temp folder names causing a headache
Replies: 4
Views: 16972

Re: ".~#~_del_" temp folder names causing a headache

Same problem here. No solution here either.
by billy.olvestad
Wed Jun 14, 2023 4:41 pm
Forum: Flows
Topic: Submit a job in Switch Portal
Replies: 6
Views: 14281

Re: Submit a job in Switch Portal

For me, when I start an upload it says 0%, and it never changes to any other percentage. When the upload is done however, it changes to a checkmark. I agree. A more precise progress bar is needed. I could have sworn that the progress bar used to count from 0 to 100 before, but I'm not totally sure o...
by billy.olvestad
Wed May 31, 2023 6:40 pm
Forum: Online proofing (PDF Review Module)
Topic: Dynamic value for timeout delay
Replies: 1
Views: 13832

Re: Dynamic value for timeout delay

In case someone has the same question, I just asked Enfocus support, and it is a known bug in PDF Review.
It will be fixed in the next version.
by billy.olvestad
Mon May 29, 2023 3:45 pm
Forum: Online proofing (PDF Review Module)
Topic: Dynamic value for timeout delay
Replies: 1
Views: 13832

Dynamic value for timeout delay

I am trying to set a dynamic value for timeout delay in pdf review, but whatever I set it always goes immediately to timeout. I have set unit to "days" and exclude weekends to "saturday, sunday", and then I am pulling a value from a database for "timeout delay". I have ...
by billy.olvestad
Fri Jun 10, 2022 5:25 pm
Forum: Node.js scripting
Topic: Variable Subject Line
Replies: 3
Views: 5776

Re: Variable Subject Line

You can do that without scripting. I have attached a sample flow that does this. First it separates the files on three branches. One for PDF-files, one for text files and one for all other types of files. Click the individual arrows and look at the property window. Under "include these jobs&quo...