List Portlets in SDF Custom Objects

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

List portlets display records of a specific record type. You can choose a standard record type, such as employees, activities, transactions, or a custom record type. Additionally, you can use this portlet to display saved search results related to the record type.

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

The following example shows a list portlet definition that displays a list of up to 25 customer records:

          <list>
    <type>CUSTOMER</type>
    <size>25</size>
    <allowinlineediting>F</allowinlineediting>
</list> 

        

For more information about list portlets, see:

Related Topics

General Notices