March 10, 200916 yr Wanted to set a script to export current record to .xls and save it based on customer and date combined so I can later decipher what file is what without having to open each one. I would literally have 20+ a day so trying to come up with an auto export command and naming convention. Thanks
March 10, 200916 yr Author Never mind thought I found it via save but cant change the file name... Is there a way to use a specific field as the file name? Edited March 10, 200916 yr by Guest
March 10, 200916 yr Use the "Set Variable" script step... Define it as a calculation somthing like "filewin://yourserver/path/" & Exm::Example & ".txt" Then in the export script step define the path as your variable. (the variable name I use is $Path)
Create an account or sign in to comment