What would be the best way to restrict the files that a user could choose in adding documents to either a debtor or inventory based upon the document type, for instance if you had a document type called company logo how could you restrict the file open dialog to only allowing images to be chosen?
The only way I could see doing it at the moment would be to in the setup before handler take over doing this on the grid button click and throw a client cancelled exception to stop Jiwa, is this the only way to do it?