Search found 93 matches

by r.zegwaard
Thu May 17, 2018 7:56 am
Forum: Flows
Topic: Check if a file was submitted within a time of day
Replies: 1
Views: 3896

Re: Check if a file was submitted within a time of day

This would require two scripts. sample flow.png The first script should set a variable (flag) in the global-data of Switch. This flag gets set when a mail is received. See topic "Maintaining global data" under "Scripting reference/Flow element module/Environment class" in the scr...
by r.zegwaard
Thu May 17, 2018 7:21 am
Forum: PitStop Server
Topic: Insert image
Replies: 18
Views: 25848

Re: Insert image

I see a nice feature-request for Pitstop :D .
Place a pdf in a pdf. It should be possible then to place the inserted pdf with a variable which points to the path of the pdf.
by r.zegwaard
Mon May 14, 2018 8:16 am
Forum: LEGACY scripting
Topic: Selecting number string for deletion
Replies: 2
Views: 4495

Re: Selecting number string for deletion

could you provide an example?
by r.zegwaard
Mon May 14, 2018 7:16 am
Forum: LEGACY scripting
Topic: Create/modify CDATA section in XML files...?
Replies: 2
Views: 4839

Re: Create/modify CDATA section in XML files...?

Currently the scripting API doesn't support CDATA :cry: . The workaround would be to create/edit the xml and add the CDATA tags manually as "<![CDATA[content]]>" . After that, load the file as normal text-file, and do a search/replace. A feature-request (ENFFR-1968) has been made to suppor...
by r.zegwaard
Thu Apr 26, 2018 6:48 am
Forum: Flows
Topic: Putting information from XML-Paths in an Array
Replies: 2
Views: 4249

Re: Putting information from XML-Paths in an Array

When building the location path, you sould set the "Location path syntax" to "XPath expression" and then set "Result data type" to "Text Indexed".
This wil result in a ;-separated list.
by r.zegwaard
Mon Mar 26, 2018 12:36 pm
Forum: Flows
Topic: Generate a UUID For Use in XML?
Replies: 2
Views: 5026

Re: Generate a UUID For Use in XML?

WIth the global data in a switch-script, you can quite easy create counter as a uuid.
See: http://www.enfocus.com/manuals/Develope ... /home.html
by r.zegwaard
Thu Mar 22, 2018 7:04 am
Forum: Flows
Topic: Web Portal // Job List - SOLVED
Replies: 3
Views: 6689

Re: Web Portal // Job List

I guess that deleting the job (=pdf file) in the corresponding Checkpoint in Switch should do it...
by r.zegwaard
Mon Mar 12, 2018 7:27 am
Forum: Flows
Topic: Pick up PDF again...
Replies: 7
Views: 8417

Re: Pick up PDF again...

I guess that the "Generic Application"-tool is exactly what you need.
Generic application is a processor that functions as a stand-in for a third-party hot-folder application.
by r.zegwaard
Mon Mar 12, 2018 7:18 am
Forum: Flows
Topic: Insert a page to a pdf
Replies: 5
Views: 7740

Re: Insert a page to a pdf

Maybe the solution lays within Switch. With the Merge-tool you can add the pdf to the original.
by r.zegwaard
Wed Feb 21, 2018 7:19 am
Forum: Flows
Topic: Precision Parameter Not Working
Replies: 4
Views: 6594

Re: Precision Parameter Not Working

The problem is caused by the space in the variable-definitions. When i edit one of you're variables, Switch gives an error message. Because of such an error, Switch seems to stop evaluating variable-expressions.

So remove the spaces in all variables....
screenshot.PNG
screenshot.PNG (8.66 KiB) Viewed 6520 times
by r.zegwaard
Tue Feb 20, 2018 10:43 am
Forum: Applications
Topic: SmartStream Banner JDF
Replies: 19
Views: 28828

Re: SmartStream Banner JDF

@Chad: Is there any chance by now that it is possible to set the bannersheet in the Switch Configurator? (or in the (near) feature... ;)
by r.zegwaard
Tue Feb 20, 2018 7:26 am
Forum: Flows
Topic: Precision Parameter Not Working
Replies: 4
Views: 6594

Re: Precision Parameter Not Working

Are you sure that you've set the body-text property as "Define multi-line with variables"? (instead of "Edit multi-line text")
by r.zegwaard
Tue Feb 20, 2018 7:20 am
Forum: Flows
Topic: Switch - Assembly "Watchdog" Condition
Replies: 3
Views: 5015

Re: Switch - Assembly "Watchdog" Condition

You could use a "Set hierarchy path"and "Assemble hierarchy" to create the folders. Use the "set hierarchy path" to add the ID to the hierarchy. This would work fine if you don't need to process the created folders as a folder-jobs. If you do need them as folder-jobs yo...
by r.zegwaard
Mon Feb 12, 2018 8:32 am
Forum: Flows
Topic: SQL Call to Filemaker
Replies: 2
Views: 4584

Re: SQL Call to Filemaker

You could try escaping the double quotes like:
SELECT Plan FROM Job WHERE Job_ID LIKE (NUMVAL ('[Email.Subject:After=\"#\",Before=\":\"]'))
by r.zegwaard
Mon Feb 05, 2018 8:16 am
Forum: PitStop Server
Topic: PitStop Server Actions?
Replies: 1
Views: 4540

Re: PitStop Server Actions?

Hi Dave,

With PitStop Professional (not Server) you could create an actionlist for this.
Place the dots for the Zund using "Add copied graphics"-action relative to the trim- or mediabox.

Robert