I need to call the screen N number of times according to the selection that the user makes, I need to know how to manipulate this multiselection Documentum WDK 16.7.9. I really appreciate your help in advance
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
It's at least 15 years since I did Webtop development, I think you will need
Extends the component wizardcontainer and adds support for multiple instances of the same contained component. This allows the user to perform multi-select operations for a component. An Apply to all prompt is displayed when the user selects multiple operations.
from: wdk\config\combocontainer_component.xml
When developing something new, I searched for something similar in webtop, to see how that was put together.
When I was a Webtop developer I created a source code reference from
There are development and reference guides, but nothing beats source code.
Documentation and software (wars files and patches) can be downloaded from product pages in support portal
regards
Brian
I really appreciate your support Brian. As soon as I'm done, I'll share the knowledge like you did, thank you very much