cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove Export to excel button in CRM 2007 UI

Former Member
0 Kudos

Hi all,

In CRM 2007 UI, Some views are having Export to excel button in the toolbar. how to remove this export to excel button ?

Thanks and regards

Hema

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rohit,

There is no parameters Download to excel in .htm file ( ex :MainSearchResult.htm )

thanks and regards

Hema

Former Member
0 Kudos

Hi,

If there is not, then add it.By default it is true.

Regards,

Rohit

ok..lemme tell you in a bit detail.In the html, there will be coding like this:

<chtmlb:tableExtension tableId = "tv1"

layout = "FIXED" >

<chtmlb:configTable id = "tv1"

actionsMaxInRow = "4"

selectedRowIndex = "<%= Partner->selected_index %>"

selectedRowIndexTable = "<%= Partner->selection_tab %>"

selectionMode = "<%= Partner->selection_mode %>"

visibleRowCount = '20'

onRowSelection = "select"

allRowsEditable = "TRUE"

downloadToExcel = "FALSE"

actions = "<%= controller->gt_button %>"

usage = "EDITLIST"

table = "//Partner/Table"

width = "100%"/>

</chtmlb:tableExtension>

Double click on configtable and go to attributes tab.there you will find all the attributes and default values.

If you don;t add these attributes, it will take the default values.

Edited by: rohit raturi on Sep 24, 2008 4:42 PM

Former Member
0 Kudos

hi rohit,

    In the same i would like to add a button on the table view,

for that purpose i am implementing a interface  method "IF_BSP_WD_DYN_BTN_CONTROL~GET_LOCAL_TOOLBAR_BUTTONS"

and also "IF_BSP_WD_DYN_BTN_CONTROL~GET_NO_OF_VISIBLE_TOOLBAR_BTNS"

for passing the maximum number of buttons to be displayed on the layout

but its doesn't display any button on the layout.

Instead of this can i need to pass any other tag or any implementation to the component?

can any please help me?

Thanks in advance

regards

     vamsi krishna....

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rohit,

Thanks a lot , it is working

Thanks and regards

Hema

Zafer
Participant
0 Kudos

Hi Hema,

You can do this without any development. Export excel authorization check as below ,

AUTHORITY-CHECK OBJECT 'S_GUI' ID 'ACTVT' FIELD '61'.

Regards,

Zafer,

Former Member
0 Kudos

Hi Hema,

I never tried this myself.Just chk if it works for you:-

Go to the .htm file of the view and change the value of parameter:

downloadToExcel = "FALSE"

Thanks and Regards,

Rohit