Search Form Portlets in SDF Custom Objects

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

When you use a saved search as your preferred search form, you can reference the saved search in a search form portlet on a dashboard.

Search form portlets in SDF are represented with the searchform element. You can specify this element in a dashboard of a published dashboard object.

The following example shows a search form portlet definition that references a custom saved search that was set as a preferred search in the NetSuite account:

          <searchform>
    <savedsearch>[scriptid=savedsearch_customsearch]</savedsearch>
</searchform> 

        

For more information about search form portlets and preferred search forms, see the following:

Related Topics

General Notices