Summary

Completed

In this module, you learned about a Role Center. To create a Role Center page, you first need to create several page parts. You can create headline parts to display relevant insights to the user. Therefore, you need to create a page of type HeadlinePart. Each field in this part is displayed for eight seconds, and then you have the possibility to emphasize text within each field.

Another important component of the Role Center page is the activity page. The source table for an activity page is a Cue table. One unique feature of Cue tables is the different FlowFields. A Cue table only contains one record and implements the Singleton Design Pattern. To display the fields on the page, you need to put them within a cuegroup instead of a regular group. You can use the CueGroupLayout to display the cues in a wide layout.

Integrating your own cue as enhanced cues in the default Cue Setup is simple; you only need to create an action with two lines of code.

This module also discussed how to create My tables and pages. These tables are used to store your favorite records, for example, the My Customer table stores your most used customer records. A typical feature about these tables is the combined primary key.