Report Snapshot Portlets in SDF Custom Objects

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

Report Snapshot portlets can show summaries of some reports that are available to you.

Report Snapshot portlets in SDF are represented with the enhsnapshots element. You can specify this element in a dashboard of a published dashboard object.

The following example shows a Report Snapshot portlet definition that displays campaign activity report of the current month:

          <enhsnapshots>
    <backgroundtype>GLOBAL_BACKGROUND</backgroundtype>
    <charttheme>GLOBAL_THEME</charttheme>
    <charttype>AREA</charttype>
    <color></color>
    <comparedaterange></comparedaterange>
    <comparedaterange2></comparedaterange2>
    <comparedranges></comparedranges>
    <compareperiodrange></compareperiodrange>
    <custom>F</custom>
    <customsnapshot></customsnapshot>
    <daterange>THIS_MONTH_TO_DATE</daterange>
    <graphlayout>COLUMN</graphlayout>
    <hierarchylevel>3</hierarchylevel>
    <isgraph>T</isgraph>
    <isminimized>F</isminimized>
    <isnewdaterange></isnewdaterange>
    <listtopx>TOP_5</listtopx>
    <orderby></orderby>
    <orderdesc>T</orderdesc>
    <periodrange>THIS_PERIOD</periodrange>
    <snapshot>CAMPAIGN_ACTIVITY</snapshot>
    <topx>TOP_5</topx>
</enhsnapshots> 

        

For more information about Report Snapshot portlets, see the following help topics:

Related Topics

General Notices