Search found 9 matches

by Northlander
Mon Apr 23, 2018 4:09 pm
Forum: Flows
Topic: Inject Lite place files in folders
Replies: 2
Views: 4856

Re: Inject Lite place files in folders

Hi Gabriel, Sure! ↑Inject Lite Type Inject Lite Description Trigger Incoming job Target Specific job Job path //192.168.163.188/public/it/xml/[Metadata.Text:Path="/root/order/ordertag",Dataset="Xml",Model="XML"]/tryck Inject type Inject (read-only) Name job after Inject...
by Northlander
Mon Apr 23, 2018 3:07 pm
Forum: Flows
Topic: Inject Lite place files in folders
Replies: 2
Views: 4856

Inject Lite place files in folders

Hi! Im building a flow where the app "Inject Lite" fetch a file from a folder based on data from an incoming XML. My problem is that Inject Lite place the file into a folder. Does anybody know how to avoid this? I know I should know how to solve this by now, but apparently Im not as smart ...
by Northlander
Thu Mar 01, 2018 10:30 am
Forum: Flows
Topic: Set folderpath from XML-field
Replies: 5
Views: 11146

Re: Set folderpath from XML-field

The inject lite app worked like a charm. Thank you so much! :D
by Northlander
Wed Feb 28, 2018 3:26 pm
Forum: Flows
Topic: Set folderpath from XML-field
Replies: 5
Views: 11146

Set folderpath from XML-field

Hi, Im trying to set the path to a folder with the help from metadata. My ERP is generating an xml which contains an orderID. On my fileserver there is a corresponding folder which name is the same as the orderID. I want to set the folder path to this folder and grab the files in there and use them ...
by Northlander
Fri Jan 05, 2018 10:29 am
Forum: Flows
Topic: Flows not showing up in Switch
Replies: 2
Views: 3540

Re: Flows not showing up in Switch

jan_suhr wrote:Sounds like a case for Enfocus Support.

The Switch Watchdog service should be always on. You probably have a corrupt database.
I´ve contacted the Support so Im waiting for a reply.
Do you know if there is some way to reload the XML-files which seem to contain the flows?
by Northlander
Fri Jan 05, 2018 9:35 am
Forum: Flows
Topic: Flows not showing up in Switch
Replies: 2
Views: 3540

Flows not showing up in Switch

Hi, Im running Switch in a windows 10 environment. I started to get problems with the adobe configurators which did not trigg the actual applications. All jobs timed out. After some troubleshooting I saw that Switch Watchdog service wasn't running so I ran the watchdog-executable and added it to the...
by Northlander
Fri Nov 17, 2017 3:52 pm
Forum: Flows
Topic: pass metadata from one file to another
Replies: 4
Views: 6290

Re: pass metadata from one file to another

I found a solution on this one. I modified my javascript so I could use it to open the incoming file. This enabled me to scrap the script I used to save the new file and use Switch builtin function for saving pdf which in turn saved the metadata from the submit point. Your answer made me think in an...
by Northlander
Fri Nov 17, 2017 2:43 pm
Forum: Flows
Topic: pass metadata from one file to another
Replies: 4
Views: 6290

Re: pass metadata from one file to another

Sorry I was a little bit sloppy when I wrote the post. I also use a script that saves the printtemplate as a pdf into a specified folder, it is this file that I want to contain the metadata.
by Northlander
Fri Nov 17, 2017 1:54 pm
Forum: Flows
Topic: pass metadata from one file to another
Replies: 4
Views: 6290

pass metadata from one file to another

Hi, Im setting up a flow were the user in shortly submit an .AI file via a submitpoint, by javascript place it in a .ai printtemplate and save the printtemplate as a pdf. In this way, no metadata from the submit point is passed on to the new file. I´ve tried to solve this for a couple of hours now b...