on 2008 May 08 7:24 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.