Developers are in a race with the Universe to create better idiot-proof programs, while the Universe is trying to create better idiots. So far the Universe is winning.
I have just begun working with MOSS 3.0 in a more advanced way than just the built in designer. In my on-going process to try and streamline the sales activities I and 2 other people work on I am wondering if the following is possible;
When a new record is created in a List I would like a new folder created in a document library that corresponds to the Name of the new record then have a set of documents copied from a template folder to the new folder that was made w/ the new list entry.
I assume this will deal with a server side script. Your comments and suggestions are appreciated
I have just begun working with MOSS 3.0 in a more advanced way than just the built in designer. In my on-going process to try and streamline the sales activities I and 2 other people work on I am wondering if the following is possible;
When a new record is created in a List I would like a new folder created in a document library that corresponds to the Name of the new record then have a set of documents copied from a template folder to the new folder that was made w/ the new list entry.
I assume this will deal with a server side script. Your comments and suggestions are appreciated
Jeff, I would write a custom Event Receiver to perform the folder creation/document copying and attach the Event Receiver to the appropriate list.