Search found 645 matches

by gabrielp
Fri Sep 14, 2018 9:43 pm
Forum: Flows
Topic: portal callback
Replies: 2
Views: 4699

Re: portal callback

Also, I haven't used Switch in a while so it may be easier to do this now. But at the time, it wasn't really easy to see the PD values of any old job. This script outputs a file so you can see them easily https://github.com/open-automation/swit ... ket-export
by gabrielp
Fri Sep 14, 2018 9:40 pm
Forum: Flows
Topic: portal callback
Replies: 2
Views: 4699

Re: portal callback

Magic! Well, not really. The callback is just private-data (PD is like a key-value store in Switch). You write private data (as a key, lets say "MyKey") to the channel you want to route the job back to (lets say "X"). Then, in your "functional flow" (the flow that the j...
by gabrielp
Thu Aug 30, 2018 7:44 pm
Forum: LEGACY scripting
Topic: Send Mail: Define sender
Replies: 9
Views: 13609

Re: Send Mail: Define sender

by gabrielp
Thu Aug 30, 2018 7:39 pm
Forum: Flows
Topic: Attach multiple files, but not as zip-file
Replies: 3
Views: 5575

Re: Attach multiple files, but not as zip-file

I think you'd need someone to make a new version of mail send app or script that would take a folder as input. But another fun solution (depending on what you're trying to do) would be to not attach them at all and instead, build multiple links to those individual files that Switch has uploaded to S...
by gabrielp
Mon Jul 23, 2018 7:12 pm
Forum: Applications
Topic: MS Word configurator
Replies: 6
Views: 12127

Re: MS Word configurator

You could give openoffice headless a try. Another option would be to use a cloud service like cloudconvert.com
by gabrielp
Wed Jun 20, 2018 3:42 pm
Forum: Applications
Topic: Move files between different flows?
Replies: 8
Views: 12986

Re: Move files between different flows?

The Best way I found, was to use App "Portals" https://www.enfocus.com/en/appstore/product/portals. For send files to other flow, you must make same setup in Properties element Scope: as Global to be recognized in other flow. The amazing thing, is the variables, datas and metadatas are tr...
by gabrielp
Mon Apr 23, 2018 4:00 pm
Forum: Flows
Topic: Inject Lite place files in folders
Replies: 2
Views: 3393

Re: Inject Lite place files in folders

Could you share the flow properties of the inject lite configurator and an example of what the output looks like?
by gabrielp
Tue Mar 27, 2018 5:19 pm
Forum: LEGACY scripting
Topic: Grab mail address from PDF
Replies: 2
Views: 4873

Re: Grab mail address from PDF

PDFSpy can also do this but it is a paid program.
by gabrielp
Mon Mar 19, 2018 3:32 pm
Forum: LEGACY scripting
Topic: Access Stats.* in script
Replies: 6
Views: 8760

Re: Access Stats.* in script

by gabrielp
Wed Feb 28, 2018 4:40 pm
Forum: Flows
Topic: Set folderpath from XML-field
Replies: 5
Views: 8608

Re: Set folderpath from XML-field

loicaigon wrote:Use the InjectJob element or the InjectLite element from AppStore if needed.
You beat me... :lol:
by gabrielp
Wed Feb 28, 2018 4:40 pm
Forum: Flows
Topic: Set folderpath from XML-field
Replies: 5
Views: 8608

Re: Set folderpath from XML-field

You can use the tool called Inject job (or a similar bit different one in the appstore called Inject Lite).

http://www.enfocus.com/manuals/UserGuid ... t_job.html
by gabrielp
Mon Feb 26, 2018 3:21 pm
Forum: Flows
Topic: Communication Email Receive
Replies: 1
Views: 2699

Re: Communication Email Receive

You can read details here: http://www.enfocus.com/manuals/UserGuide/SW/17/en-us/common/sw/reference/r_mail_receive.html Check the dataset that is set after it adds the job into Switch. In general, you can find the documents for Switch on this page: https://www.enfocus.com/en/support/manuals/switch-m...
by gabrielp
Tue Jan 16, 2018 3:14 pm
Forum: LEGACY scripting
Topic: switch-inject-lite
Replies: 19
Views: 26595

Re: switch-inject-lite

mireille wrote: Switching \ and / was the solution to get it all working.
Thanks for posting the solution.
by gabrielp
Mon Dec 04, 2017 6:08 pm
Forum: LEGACY scripting
Topic: Attaching metadata to file
Replies: 4
Views: 7126

Re: Attaching metadata to file

For those who want flexibility to write private data at any time:
- scripting module: https://github.com/open-automation/swit ... data-write
- appstore: https://www.enfocus.com/en/appstore/product/metatagger