Hi all,
We recently developed some new tab pages. I already added the tab to the default profile but i also want to grant these to all the users that already have a profile in Cognos. The users don't have the right to do this themself and i don't want to go through all my existing users manually to add the pages (and modify the sequence). My question is, does anyone have a SDK script to do this?
The portal tabs are available in the specific account object. I don't have a exact snippet but I did it once and it worked really fine.
Search the content store for the account objects with PropEnum = PropEnum.portalPages. That's the location where the associated portal pages are stored.