JordanBeatty1
8 years agoQrew Captain
Can I have a button to invoke a script locally and pass values from a field into it?
I am assuming this isn't possible or not worth its work but I am curious. Whenever we have a new client/project we have to create a group of folder for them, and they are always the same group folder. So they are named "Client/Project + Folder Name". We use a really simple batch file to create the folders:
Though is it possible that I could invoke it through a Quickbase button and also pass a field value to it. So if the client name was say "Bob" it would pass it, and get the output Bob_Folder_1 or [Client/Project Name]_Folder_1.
@echo off md Folder_1 Folder_2 Folder_3
Though is it possible that I could invoke it through a Quickbase button and also pass a field value to it. So if the client name was say "Bob" it would pass it, and get the output Bob_Folder_1 or [Client/Project Name]_Folder_1.