Here are two questions that I believe would be very useful for Documentum experts to answer here as I imagine many users will struggle with the same issues I am facing. I've posted the first question already in a separate thread but received no answer.
Question 1. How does one get the "display form - submit - display another form" so common in Web applications with Taskspace? My team and I have used Taskspace as a user interface for simple processes now, but if the process involves some back-end automated activities, interspersed with manual activities where the user has to enter or confirm data... invariably the user has to check their inbox.
This is a clunky way of doing things if we have a "sit through the entire thing now" process... the user will not be walking away. Is there a way to get smoothly flowing form-to-form behavior in Taskspace without resorting to custom Java code? Or perhaps a small amount - we want to rollout the tool for superusers at some point who do not have programming experience, hence the question.
Question 2. Where do we store persistent data related to processes? I do not mean the debate of custom object types in the repository versus process variables in structured data types... What I mean is: suppose we have a process that involves a small amount of persistent data... such as a reservation process where we want to have a small blacklist of users whose reservations are always rejected. The blacklist would not be used anywhere else in the organization. What is the best practice for this type of requirement - we have many processes where we will face a similar question. One approach - one that I favor personally - is to create custom object types for these requirements, and store the data in objects of those types, objects that have no content/documents attached to them, but nonetheless the object properties are very useful. Another approach is to put the data outside in external databases of course.
Ahmed