Search found 54 matches

by mclarke
Mon Mar 25, 2019 4:06 pm
Forum: Flows
Topic: RegEx Rename job
Replies: 9
Views: 13097

Re: RegEx Rename job

It's really much easier to see if you are getting correct results by having a "live" test job in the flow that has actual data attached to it. Let's go back to what you are trying to accomplish. From your original post, you want to create a folder that is named after some incoming email da...
by mclarke
Mon Mar 25, 2019 3:05 pm
Forum: Flows
Topic: RegEx Rename job
Replies: 9
Views: 13097

Re: RegEx Rename job

I feel your pain. I am also trying to learn Javascript as I go in creating more advanced flows. I find myself scouring the Switch 2018 scripting help file and also looking online and in these forums for various answers. It can seem very overwhelming, especially since there is not much available help...
by mclarke
Fri Mar 22, 2019 2:24 pm
Forum: Appstore
Topic: Developer version of Switch
Replies: 4
Views: 14288

Re: Developer version of Switch

Well, I need to have them on both servers. So, guess that means I have to buy two licenses moving forward. I was hoping that there was a free or lower-cost "developer" version for non-production servers. The development server I will be designing flows on will be installed on my laptop.
by mclarke
Thu Mar 21, 2019 2:55 pm
Forum: Flows
Topic: RegEx Rename job
Replies: 9
Views: 13097

Re: RegEx Rename job

Try setting the data you need to private data items as soon as the job comes in. Run the script on just the private data item that contains the special characters. The rest should not be touched. With the most recent version of Switch. there is an option in the folder properties to set private data ...
by mclarke
Tue Mar 19, 2019 6:17 pm
Forum: Appstore
Topic: Developer version of Switch
Replies: 4
Views: 14288

Developer version of Switch

Quick question to anyone who would know: My company has finally authorized the purchase of a developer Switch installation that mirrors our production model. So, I finally get to test and create without having to worry about crashing the system anymore (it has happened). However, we have purchased s...
by mclarke
Tue Mar 05, 2019 3:06 pm
Forum: LEGACY scripting
Topic: Submit point script expression question
Replies: 4
Views: 7353

Re: Submit point script expression question

After some more thought, I decided to go another way. I downloaded the "private-data-write" script from open-automation's GITHUB page. I will just assign all the xml form entries to private data. The downloaded script also allows a script expression to be entered to resolve the data for th...
by mclarke
Thu Feb 28, 2019 4:20 pm
Forum: LEGACY scripting
Topic: Submit point script expression question
Replies: 4
Views: 7353

Submit point script expression question

I need to fill in a default value for a submit point metadata field. Is it possible to use a script expression to create a value, using previously entered selections in the submit point form? For instance, I have field where the user selects a type of product. Another value necessary to pass in the ...
by mclarke
Thu Jan 24, 2019 4:58 pm
Forum: Applications
Topic: Switch 2018 u2 update WARNING!!!!!!!
Replies: 11
Views: 14299

Re: Switch 2018 u2 update WARNING!!!!!!!

Thnanks. So, basically, the same file name as the last file downloaded. Good to know.
by mclarke
Thu Jan 24, 2019 3:44 pm
Forum: Applications
Topic: Switch 2018 u2 update WARNING!!!!!!!
Replies: 11
Views: 14299

Re: Switch 2018 u2 update WARNING!!!!!!!

I see the update has posted for Switch 2018 (up3), but no update for Pitstop Server 2018. Also, my installed version (18.0.1.0) says it is up-to-date when I check for updates. Since I can only update our system on the weekend, and on my own time, I like to do updates together. Was the mentioned upda...
by mclarke
Mon Jun 11, 2018 3:04 pm
Forum: Flows
Topic: Flow to create Excel files and merge rows of all
Replies: 1
Views: 3201

Re: Flow to create Excel files and merge rows of all

Creating a new file sounds like something a script would handle. Perhaps you should post a request in the scripting flow. You will need the scripting module installed, though.
by mclarke
Mon Jun 11, 2018 3:00 pm
Forum: Preflighting
Topic: Permanently embed preflight xml in PDF file
Replies: 5
Views: 9717

Re: Permanently embed preflight xml in PDF file

Great, I'll give it a shot. We are an envelope printing company and I want to be able to preflight incoming files and add the successful preflights to the files so I don't have to run a preflight on repeat orders (for sorting by color, size, etc...). Hopefully, this will do it.

Thanks again!
by mclarke
Wed Jun 06, 2018 10:17 pm
Forum: Preflighting
Topic: Permanently embed preflight xml in PDF file
Replies: 5
Views: 9717

Re: Permanently embed preflight xml in PDF file

Unless I'm doing something wrong, I don't see where the preflight results are stored in the PDF.

I want certain results embedded so I can do metadata sorting without have to run the files through Pitstop Server repeatedly.
by mclarke
Wed Jun 06, 2018 3:57 pm
Forum: Preflighting
Topic: Permanently embed preflight xml in PDF file
Replies: 5
Views: 9717

Re: Permanently embed preflight xml in PDF file

I'll play around with it, thanks for the heads up.

How detailed is that info? I'm most interested in number of colors, color space and separation names.
by mclarke
Thu May 31, 2018 5:18 pm
Forum: Preflighting
Topic: Permanently embed preflight xml in PDF file
Replies: 5
Views: 9717

Permanently embed preflight xml in PDF file

Does anyone know of a way using the tools available with Switch/Pitstop Server to make the PDF's preflight report permanently a part of the file? I know it is available inside of the flows as external data, but I would like it to be available once the file has exited the Switch flow and is no longer...
by mclarke
Thu Apr 12, 2018 6:57 pm
Forum: LEGACY scripting
Topic: Syntax Error
Replies: 5
Views: 10821

Re: Syntax Error

I will make the change, thank you.

Enfocus doesn't really make interpreting the help file easy for beginners.