cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling A View Button (The Title of An Assignment Block)

huibin_lau
Participant
0 Kudos

Hello,

As per the topic, how can I disable a standard button in a view so that the AB cannot be collapsed or expanded? I have checked the field GT_BUTTON in the controller class but it had nothing.

Thanks,

J.

Accepted Solutions (0)

Answers (5)

Answers (5)

huibin_lau
Participant
0 Kudos

Hello,

Thanks for all the input. I am using another approach so I am closing this thread. Your input is highly appreciated.

Thanks,

Hui Bin

former_member188098
Active Contributor
0 Kudos

Hello Jeremy,

You have seen most of assignment block are in Lazy mode in any Overview page, this has a great impact on the performance of the system because when you click on the button on assignment block (expand it from lazy to direct) then only it loads the data or all its code executes.But if you make any AB direct, it loads data when overview page loads.So, some time when we make even any single AB in direct mode may decrease the performance(depend how much data it loads to display) during loading of Overview page.

So also think about this to make any AB direct in Overview page.

Regards,

huibin_lau
Participant
0 Kudos

Hello Kumar, Hello Harish,

I do not want to hide the whole assignment block instead I want to make the AB not collapsible by disabling the expand / expand stuff. Is it not possible to achieve that?

Thanks,

J

former_member182421
Active Contributor
0 Kudos

Hi Jeremy,

As Harish Kumar and Kumar Gaurav said you won't be able to disable "the button" instead I will suggest to change the config of the assignment blocks and configure it as direct instead of lazy. This way the assigment block will appear always expanded but you won't be able to controll if the user wants to collapse them, which I don't think make a lot of sense to prevent .

Cheers!

Luis

kumar5
Active Contributor
0 Kudos

As per my knowledge the standard has provided only three option at configuration level i.e . Direct,Lazy and Hidden for the assignment blocks in the Overview page.

I do not understand why you trying to show the assignment block like this which would be of no Use.

Thanks

Kumar

former_member188098
Active Contributor
0 Kudos

Hi jeremy,

This is not a button that comes from GT_BUTTON.This is standard one which allows user to  collapsed or expanded AB.

If you want to remove this AB , you can do as suggested above.

Regards,

kumar5
Active Contributor
0 Kudos

First of all This is not a button. This is provided by standard to collapse or expand the assignment block. If you do not want to show the assignment   block 'Solutions ' in the Overview page then you can remove it from the Overview page by going to the configuration tab in GUI and in UI by going into personalize.

Thanks

Kumar.