Looking for some help to do the following:
After Form is submit -> generate a PDF & a TXT File that holds key 'meta data' / 'values' linked to that PDF -> send these files to a Network Share Folder allowing a different software program to go to that network share, grab the files and then upload it accordingly.
I know how to use the Generate PDF function and save the data into a SmartObject.
I'm looking for guidance on
1) sending a PDF Copy to the network share
2) creating a TXT File and saving to that same network share (either creating a stored procedure to run & query a table & then create that txt file or something)
Hopefully this makes sense. I've seen a few forum posts with the same needs but nobody has responded yet.