Jump to content

Is it possible to script an export command and save the file name based off fields entered?


This topic is 5807 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted (edited)

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 by Guest
Posted

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)

This topic is 5807 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.