cancel
Showing results for 
Search instead for 
Did you mean: 

Requirement:Disable the Right click in the detailed navigation?

Former Member
0 Kudos

Steps done by me

1)Copied LightFrameworkPage and LightDesktop to local folder(renamed frameworkpage and desktop)

2)In the LightFramework innerpage added the Custom iview(custom lightdetailednavigationtree PAR) and disabled the lightdetailed navigation iview

i checked perview of framework page,right click was disabled in the detailed navigation and working fine

3) Add the Framewokpage and Theme to Desktop

4)Created custom rule

if user=testuser

then

PortalDesktop=pcd://custom light desktop(provided the desktop path)

if user=*

then

PortalDesktop=pcd://(defaultdesktop path)

5)Master Rule changes

if user=testuser

then

PortalDesktop=pcd://custom lightdesktop(provided the desktop path)

if user=*

then

PortalDesktop=pcd://(defaultdesktop path)

testuser has some conent

if testuser login to the portal it is taking default framework work page and it is not getting customlightdesktop

please let me know how to get the how to get the customlight desktop.

Thanks

Srikanth

Accepted Solutions (1)

Accepted Solutions (1)

former_member193769
Active Contributor
0 Kudos

Hi,

Create new group EXAMPLE : test group and then create test users1,2,3 etc add users to this group before declaring rule and after declaring rule collection.

Create master rule for this group for light framework.

Try with these users.

Thanks and Regards,

gopal

Answers (1)

Answers (1)

PradeepBondla
Active Contributor
0 Kudos

Hi,

In this case eveytime its taking user=* condition.

So better group the testusers in one group and then assign the if condition( rule) to the group.

or give condition by role by giving all testusers a seperate role.

regards,

Pradeep

Former Member
0 Kudos

Thanks Gopal and Pradeep

Problem was solved .

i will give the points to you guys.