One little problem I have recently found is this: I have a database that saves a PDF (on a mac) and then emails it out. However this fails when you have multiple users.
This is because the print script step remembers the save location of the PDF on the machine you wrote the script on.
Luckily I was given some advice to save the file into a directory that is the same for all machines - such as MacintoshHD:Users:Shared
I still haven't finished this change to say whether it works but it seems like it will.
Roland