-
Large attachments fail even though MaxRequestLength
Hey Guys We're having an issue whereby users cannot seem to attach files larger than 15mb. The web.config has been modified to allow 40mb attachments as follows . This is using v9.1.2
-
Need help with scripted business objects
The documentation with 9.1 has not helped me too much. Does anyone have a simple example of how to create a scripted business object? thanks
-
Case360 - Casefolder
I have a situation in which when there is a Casefolder I'm not able to return to the home screen. The only way to access the home is opening a new IE tab. I wonder if there is any java code to implement a workaround solution. Best regards, Luis. If you need screen shots to show what's happening share with me your email.
-
D2 4.5 + Creating Custom Menu to Execute a method that Accepts an ID from the user and creates a rep
Hi, I am trying to create a custom D2 Menu and action that will prompt the user for a case ID and then will execute a method that will internally using the following DQL command: EXECUTE do_method WITH method = '<methodname>', arguments = '-user_name <> -docbase_name <> case_id <caseid>' This method generates a report…