cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic path in km navigation iview

Former Member
0 Kudos

Hi ,

We have a km navigation iview where we need to display folder based on the user details in portal.

ie if user A logs in the folder path should be xxx/yyy/A

if user B logs in path should be xxx/yyyy/B

Please let me know if there is anyway to handle this reuirement by creating a single iview.

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Dear KGMuku,

I think you can do it directly assigning to particular folder to user or group.

GIve permission to user A to folder A and user B to folder. you can remove the default group or user from folder permission and assign to specific users.

Best Regards

Arun Jaiswal

Answers (1)

Answers (1)

Former Member
0 Kudos

You can create an abstract portal component. Override the method doOnNodeReady and write the code to redirect to km folder url.

Probably you can maintain the common folder path in the portalapp.xml and the based on the user login append the next folder path.

Regards,

Mahesh