Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
'Select User Dialog' functionality
Marwan_Khoueiry_(train_-_(deleted))
Hi All,I am developing a module whereby i need to re-utilise the User Select/Search dialog in Livelink.So for instance I want to be able to Open a dialog box, search and select a user back into my page.How easy is this to achieve?Has anyone done this before?Regards, Marwan
Find more posts tagged with
Comments
(inactive)_Eva-Maria_Strasser
Hi Marwan!It depends on what you need exactly. If you just need the "normal" user select dialog you can use the UserDialogRequestHandler "SelectUserDlg" in the ospace "webuser". You can look in the users dialog and its templates using an attribute of type "user".If you need additional parameter or functionality for the user dialog may be you need to create an own "User Group Wizard". And therefor you can copy a lot of functionality of the UserDialogRequestHandler mentioned above.Regards, Eva-Maria
Krishnankutty_Nair
I had done this way back for something I was doing.Rather than explain it in so many words I quicky rigged up a simple module and put this file .I developed this on 9.5SP1 SDKThe previous poster has given you the right idea and that is the same thing I have used.It is just a combination of oscript with the correct amount of javascript that does things like these.Some of the stuff that probably won't make sense is probably because of my quick hack of existing code....Documentation is in the actual weblingo file itself..I hope this helps.I haven't done search stuff but I am sure it may be along similar lines
Marwan_Khoueiry_(train_-_(deleted))
Thanks to everyone.