I agree with some of the previous suggestions (e.g. content providers, script stuff) but here’s one that’s got me before:
Dependent dropdowns, where the values are prepopulated.
So say I wanted to pick a car, and I have three dropdowns: make, model and submodel.
I open a dialog, pick a car, a script control refreshes the next dropdown; I pick a model, a script control refreshes the last dropdown, I pick the submodel. I hit Okay on the dialog. I submit the task data (including what I’ve just selected) and head off to lunch.
Coming back from lunch I log in again, open up my task and realise I’ve selected the wrong submodel! So I open my dialog again, but the lazy developer has just set all three dropdowns to blank, because he couldn’t work out how to prepopulate the make, model and submodel dropdown options using the Software AG dependent dropdowns sample. So I have to click through all the dropdowns again - how annoying. I thought this new system was supposed to SAVE me time!
So there it is: how can I prefill the dropdowns based on the current values in my business data?
#MWS-CAF-Task-Engine#webMethods#webMethods-BPMS