Hi,
I need to add multiple user into a Group at a time. Is there any way to do this?
Please suggest.
Thanks in advance
Prabhu.
Can you tell the froum what language you are using so we can better assist you if you are d oing this in oscript you will need to know the business rules of livelink.
a unique user has a DEPARTMENT (a group he/she belongs )
Livelink can have any number of groups with GROUPS,with PEOPLE or even EMPTY GROUPS
To add multiple users to a DEPARTMENT the userid's has to be unique within the system.If you are simply adding existing users in livelink to a convenience group you have methods to do as well.
AFAIK oscript,lapi and websvcs allow you to do this wih proper parametrization n the business rules I state above.
I would suggest adding users from scratch once using the webgui and then trying to add then to groups using the GUI.Also the caller has to have privilges in login such as a UA bit to do this.
If you are using builder and you have installed documentation,click documentation and find the UAPI or lliapi method to do what you need to do.