Search found 353 matches

by LasseThid
Fri Oct 11, 2019 3:17 pm
Forum: LEGACY scripting
Topic: Using JS To Add Email Addresses
Replies: 6
Views: 13134

Re: Using JS To Add Email Addresses

For added readability and flexibility you could replace "/field-list/field[6]/value" with "//field[tag='Manager']/value" or whatever the field tag is that you want to use. It's much easier to understand what //field[tag='Gramvikt']/value is than what /field-list/field[2]/field-li...
by LasseThid
Fri Oct 11, 2019 10:51 am
Forum: Flows
Topic: Send files one at a time from a folder
Replies: 2
Views: 3521

Re: Send files one at a time from a folder

Thanks Zoran!

Much appreciated.
by LasseThid
Thu Oct 10, 2019 7:49 pm
Forum: Flows
Topic: Send files one at a time from a folder
Replies: 2
Views: 3521

Send files one at a time from a folder

Is it possible to get the Hold job configurator or any other configurator to send one file every n seconds? The Delay function will hold the files for a certain time and then send them to the next folder/configurator, but that can mean that five or more files are sent thru at the same time. If possi...
by LasseThid
Wed Oct 09, 2019 5:31 pm
Forum: LEGACY scripting
Topic: Change value of a node in an xml
Replies: 3
Views: 5095

Re: Change value of a node in an xml

Thanks mkayyyy.

It works perfectly!!

Much appreciated!
by LasseThid
Wed Oct 09, 2019 1:29 pm
Forum: LEGACY scripting
Topic: Change value of a node in an xml
Replies: 3
Views: 5095

Change value of a node in an xml

Sometimes I need to change the value of the key sku inside of the xml files we receive from our customer. The sku sometimes needs to be changed to CCSE-9999 due to production changes. In order to make it easier for my colleagues to do this I'm thinking about setting up a small flow where they can dr...
by LasseThid
Wed Sep 25, 2019 10:51 am
Forum: Flows
Topic: FTP transfer hangs
Replies: 1
Views: 3414

FTP transfer hangs

I have several flows that downloads files from various accounts on our ftp-server. We used to have a Macintosh running Rumpus FTP without any problems, but then the Macintosh broke and the IT-department decided it would be better to set up a virtual windows machine (for backup reasons) and since the...
by LasseThid
Tue Sep 03, 2019 9:47 pm
Forum: LEGACY scripting
Topic: Custom metadata options
Replies: 4
Views: 6230

Re: Custom metadata options

On folders you have the option to Set job private data. With this you can add any metadata you want to a metadata key that can then be used for whatever you want. Simply add Metadata Key=Whatever, i.e. RouteTo=GMG_Inca_Printolyte and then you can check this with a Condition with variables defined fo...
by LasseThid
Wed Aug 28, 2019 7:10 am
Forum: PitStop Server
Topic: Creating Preflight Profile
Replies: 2
Views: 4347

Re: Creating Preflight Profile

How come you can't edit the old preflight profile? Is it password protected?
There are plenty of preflight profiles shipped with PitStop Server that you can edit the way you want, or you can go to Ghent Workgroup and download one of their preflight profiles. www.gwg.org
by LasseThid
Tue Aug 27, 2019 11:46 pm
Forum: PitStop Pro
Topic: Selecting pages that are not equal to...
Replies: 8
Views: 9975

Re: Selecting pages that are not equal to...

Like you I can get it to work with variables if I enter page size + half the bleed as width and height and half the bleed + 0.1 as tolerance in PitStop. However if I try to do it in Switch it doesn't work. On the other hand I don't know if PitStop Server will find the variables from the variable set...
by LasseThid
Mon Aug 26, 2019 1:22 pm
Forum: PitStop Pro
Topic: Selecting pages that are not equal to...
Replies: 8
Views: 9975

Re: Selecting pages that are not equal to...

You're welcome. Happy to help!!
by LasseThid
Fri Aug 23, 2019 8:44 pm
Forum: Flows
Topic: How can I delete Mac OS hidden files in Switch on Windows?
Replies: 3
Views: 4793

Re: How can I delete Mac OS hidden files in Switch on Windows?

Yes it can!!!

I use it to get rid of the ._DS_Store files using these settings.
In your case just set it up to delete ._*.*

Skärmavbild 2019-08-23 kl. 20.42.49.png
Skärmavbild 2019-08-23 kl. 20.42.49.png (55.16 KiB) Viewed 4766 times
by LasseThid
Wed Aug 21, 2019 9:28 am
Forum: PitStop Pro
Topic: Selecting pages that are not equal to...
Replies: 8
Views: 9975

Re: Selecting pages that are not equal to...

Ok. This Action List should do what you're looking for. It will log an error for pages that are not inside of page size + half the bleed with a tolerance of half the bleed +0.1 mm. You will however need to do some modifications to it as I'm using static values and you need variables for page height,...
by LasseThid
Tue Aug 20, 2019 10:40 pm
Forum: PitStop Pro
Topic: Selecting pages that are not equal to...
Replies: 8
Views: 9975

Re: Selecting pages that are not equal to...

I'm a little bit confused as to what you want to do. At first you say you're creating a flow and then you say you create an action. Are you looking for a switch flow or and action list to do something to the page if the size is not for instance 210x297 or 297x210? If you want to do something with th...
by LasseThid
Fri Aug 09, 2019 9:18 pm
Forum: Applications
Topic: Switch 2019 Spring Edition
Replies: 11
Views: 16438

Re: Switch 2019 Spring Edition

I took the plunge a while back and I haven't had any issues yet. :lol:
by LasseThid
Thu Jul 11, 2019 8:53 am
Forum: Flows
Topic: Rename job issue
Replies: 3
Views: 4450

Re: Rename job issue

@ Freddy: In the Rename Job element I had it set to Search and replace, Act on Filename proper, Search for å, replace by a, Repeat Recursive. The same for ä, ö, Å, Ä and Ö. I also added a search and replace for ¨, but I still had problems with files getting stuck at the GMG Color Server. I then foun...