Hi,
I would like to know if it is possible (in Smart View) to automatically trigger the rename action when a document is dragged and dropped in a folder.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
If you have WebReports, you can use the Add Version trigger to run and then within that call the rename. Similar should be possible via other approaches like AnswerModules etc. You could also use a Scheduled activity to check for changes and then rename, if you have CS IDE you can add a NodeCallback as well.
Hi @Woten! You can definitely do this easily using AnswerModules Module Suite. Our tools actually have built-in features designed to handle this—you can trigger a rename automatically right after the upload. I’m happy to share an example of how this works if you're interested in seeing how easy it is to set up.