Page 1 of 1

Update Folder datacards on multiple folders

Posted: Thu Nov 28, 2024 2:07 am
by csh
Has anyone fold a was to update variables on a foldercard, on multiple foldes at the same time?

I have some variables which are controlled by the folder datacard. Working perfect on new projects, but I want to update the values on legacy projects.
I have made a dispatch to update the variables I want (Combining 2 variables in a 3rd variable), and this works fine. But only for 1 folder at the time. If I choose multiple folders, I will get the value from the first folder in all folders.

All the tricks I know by now are for handling file variables. But how to handle folders?

Re: Update Folder datacards on multiple folders

Posted: Sun Dec 01, 2024 1:27 pm
by mp3-250
not folder related, but do you have a documents section (iirc) in your dispatch to allow multiple files selection?
all the dispatch statements should be inside that section to be applied to each selection properly.

Re: Update Folder datacards on multiple folders

Posted: Tue Dec 03, 2024 12:29 pm
by jcapriotti
@csh I can't think of a way in the UI or dispatch to do this. If I had to do this in house, we'd write a T-SQL script to modify the folder variable in the "VariableValue" in the DB directly. This table is fairly safe to edit....just back it up first.

Re: Update Folder datacards on multiple folders

Posted: Fri Dec 06, 2024 6:44 am
by csh
@jcapriotti That could be a way to do it, eventhough i was hoping for something more simple :)
Thanks