cancel
Showing results for 
Search instead for 
Did you mean: 

emails in IC web client

Former Member
0 Kudos
61

Hi all,

I am working on IC webclient.Wen i click on inbox to view all the emails,it is displaying only 20 mails per page.can this size be increased so that i can view more than 20 mails per page

Points will be rewaded

regards

sekhar

Accepted Solutions (1)

Accepted Solutions (1)

BGarcia
Active Contributor
0 Kudos

Hello Sekhar,

You can change the total number of results, in your Inbox Profile.

For the number of results per page, you have to change your AuiItems.htm view, in your CRM_IC BSP application.

There (version 5.0), you can find html tag that defines 20 results per page (check attribute visibleRowCount):

<crmic:tree id = "MyAuiItemTree"

nodeTable = "<%= AuiItemTree->node_tab %>"

nodeTextColumn = "NODE_NAME"

onCollapseNode = "nodeCollapse"

onExpandNode = "nodeExpand"

multiSelect = "<%= lv_multiselect_true_false %>"

onRowSelection = "nodeSelect"

visibleRowCount = "20"

visibleFirstRow = "<%= AuiItemTree->visible_first_row_index %>"

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

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

table = "//AuiItemTree/Table"

iterator = "<%= AuiItemTree->iterator %>" >

Regards,

Bruno

Former Member
0 Kudos

Hi bruno,

Thanks for ur reply.can u please tell me were can i find AuiItems.htm view.

Thanks

regards

sekhar

Answers (2)

Answers (2)

BGarcia
Active Contributor
0 Kudos

Hello Sekhar,

Try this:

- Goto to transaction BSP_WD_WORKBENCH

- Enter CRM_IC in input field BSP application and execute

- Then extend 'Views' node

- Right click on 'AuiItems', and choose copy

- Enter your BSP application name, and it's done

Regards,

Bruno

Former Member
0 Kudos

Hi bruno,

Thanks for the reply,i have done the settings in dev,still to test it.will get back to u once it is done.

regards

sekhar

BGarcia
Active Contributor
0 Kudos

Hello Sekhar,

Try this:

- Enter se80 transaction

- In repository browser group, choose BSP APPLICATION in the dropdown box

- Enter CRM_IC in the input field below of the dropdown box, and press enter

You'll navigate to the set of controller and views, than manipulate the IC Webclient application.

But I don't advice you to change the standard. Instead, try this:

- Create a z-custom BSP application

- Copy the controller and the view of auiitems.htm to your bsp custom application (use t-code BSP_WD_WORKBENCH).

- Then make your changes in the copied view

- Then you must indicate the application to replace standard AuiItems view for your custom AuiItems. You must do this in your Runtime/Framework profile (use t-code CRMC_IC_RTFRAMEWORK).

- Don't forget to assign your runtime profile to your IC Webclient Profile.

If you find difficulties, just write back and I'll try to help you.

Regards,

Bruno

Former Member
0 Kudos

Hi Bruno,

I have created a new BSP application but i am unable to copy the controller and the views.can u pl tell me how to copy them in trns code BSP_WD_WORKBENCH

regards

sekhar