hcl-bot
1
Dear All
I am facing a problem related to Outline entries.
Actually when I changed user roles from [DBAdmin] to any Other user roles of my database. It shows duplicate entries in the Outline. I don’t know why?
I have created a new Outline and frameset and check it this problem, but it still same.
Can any body help me. This is urgent
Please
Thanks
Regards
Ashish Upadhyay
hcl-bot
2
Subject: Duplicate Outline entries is showing, when I change the user roles
It looks like the “extra” outline-entries have a hide-when formula. Please have a look via the entry-properties.
hcl-bot
3
Subject: RE: Duplicate Outline entries is showing, when I change the user roles
I have checked the entry properties. I is perfect but still it shows the duplicate entries.
Here I giving the details
I created 10 outline entries under a entry called DBSetup.
This setup is visible incase of user roles [DBAdmin] or [AdminHW] or [AdminSW] only. for that I have written a Hide-when formula, i.e.
@IsNotMemeber(“[DBAdmin]”;@UserRoles) & @IsNotMemeber(“[AdminHW]”;@UserRoles) & @IsNotMemeber(“[AdminSW]”;@UserRoles);
Under this entry there are 10 entries and one of them will be visible only when User Role is either [AdminHW] or [DBAdmin]
@IsNotMemeber(“[DBAdmin]”;@UserRoles) & @IsNotMemeber(“[AdminHW]”;@UserRoles)
another one entry will be visible when user role is either [AdminSW] or [DBAdmin]
@IsNotMemeber(“[DBAdmin]”;@UserRoles) & @IsNotMemeber(“[AdminSW]”;@UserRoles)
and rest of the 8 entries will be visible only for [DBAdmin]
@IsNotMemeber(“[DBAdmin]”;@UserRoles)
Instead of that I selected the two properties i.e Do not show image and Does Not Keep Selection Focus. I suppose it does not matter.
Please if you have any idea.
Thanks
Regards
Ashish Upadhyay
hcl-bot
4
Subject: RE: Duplicate Outline entries is showing, when I change the user roles
Hi,
Any news?
Did you solve that?