Calendar Portlets in SDF Custom Objects

You can create Calendar portlets in SuiteCloud Development Framework (SDF) using the publisheddashboard SDF custom object. For information about the appropriate context, see Published Dashboards as XML Definitions.

Calendar portlets list your activities, ordered by date and time, with links to activity records.

Calendar portlets in SDF are represented with the calendar element. You can specify this element in a dashboard of a published dashboard object.

The following example shows a calendar portlet definition that sets the number of records to display in the agenda view to fifteen:

          <calendar>
    <numberofrecordsinagenda>15</numberofrecordsinagenda>
    <isminimized>T</isminimized>
    <showevents>F</showevents>
</calendar> 

        

For more information about calendar portlets, see:

Related Topics

General Notices