cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding Links on a Screen

Former Member
0 Kudos

Hi Experts,

We are trying to customise the ECM application in MSS. On the compenstion planning screen, there is a link called "Show Additional Information". I would like to hide/remove this link. Any idea on how I can do that?

Thanks

Preet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can hide that link from the Portal iview. Preview the iview and click ctrl + right mouse click. It will open the iview personalization. Set the invisible option for the link you want to hide.

--MLS

Answers (7)

Answers (7)

Former Member
0 Kudos

I am closing the thread even though my question is not yet answered.

Thanks

Preet

Former Member
0 Kudos

Hi Bala,

Thanks for your reply. I tried that, but it did not work.

Thanks a lot

Preet

Former Member
0 Kudos

Ramanpreet,

look at the loadLinkContext() method in VEcmGeneralLinksComp component controller of mss~ecm component

Thanks

Bala Duvvuri

Former Member
0 Kudos

Ramanpreet,

Why is that you want to change the source code to hide the links and not use personalization? I think those links are being dynamically displayed some where in the XSS-Util component. I cannot exactly tell you where those links are coming from since I dont have the source code to look at.

--MLS

Former Member
0 Kudos

Hi Laxmi,

Thanks for your replies. Is there any option other than the Personalise option? I would like to do it in the code instead. I did check out the DC. But in there I do not find any place where this link could be coming from. Could it be FPM or something?

Any help is greatly appreciated.

Thanks

Preet

Former Member
0 Kudos

Hi,

Did you check in your wdDoModify method of the view because it might have been created at runtime.

Regards,

Murtuza

Former Member
0 Kudos

Hi Murtuza,

I did check wdDoModify of the view. It is not coming from there. I just want ti be sure I am explaining properly. If you go to ESS screens, it shows you steps on the top. Like Step 2 is Review, then submit. So, it shows 4 steps to complete a process. Below those steps, it is showing these links. It shows like 'Show Additional Information'. "Show statistics" etc.

Thanks

Preet

Former Member
0 Kudos

You can transport the portal iview object too. Make your changes in the iview, add the iview to a transport and move it to the next environment.

Other option if, you will have to go to that MSS dc and modify the dc to hide the link.

Former Member
0 Kudos

Hi Laxmi,

Thanks for replying to my question. Is there any other way to hide this link other than the personalisation? I would like to do some thing which is transportable and I do not have to repeat in every environment individually.

Thanks again

Preet