cancel
Showing results for 
Search instead for 
Did you mean: 

Work area Page Customizing

Former Member
0 Kudos

Hello Experts,

   The moment we Login through CRM_UI transaction , we will be displayed with L shape navigation and Work area. How to Customize the Work area with our custom views or calender , time clock .etc .. .

Thanks and Regards,

Nikhil Kulkanrni

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Nikhil,

I will try to answer your question in simple way:

The work area changes its content based on the navigation or events or function you execute.
The views that are persistent are navbar and context area,all other views can be selected and changed dynamically.


Applications such as emails,account mangement,calender etc are displayed as viewsets hosted in diffrent UI Components in workarea.

Let me explain with the Example for hosting Calender:

This is customized with the navigation bar profile used for your role
Navbar profile:ZTEST_CAL

You will then define which workcentre shpould navigate you to your application

workcenter:CT-CALENDR

For this workcentre you assign the logical link it should lead you after the click
Logical link:CT-CAL

Every link is assigned a target id
Target id:TCALENDROV

In this case navigation target id TCALENDROV is using independent workarea component CRM_CALENDAR,which is mediated by mapping tables CRMC_UI_COMP_IP.

Similarly you can configure several views in a single workarea displayed as viewsets hosted in diffrent UI Components.

I hope this was helpful.

Regards,

Reshma Rao