Quick Search Portlets in SDF Custom Objects

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

Quick Search portlets search for general records or transaction records from a dashboard.

Quick search portlets in SDF are represented with the quicksearch element. You can specify this element in a dashboard of a published dashboard object.

The following example shows a quick search portlet definition that searches over general records, such as customers, campaigns, and vendors. The default search type is set to campaign records, and cash refund transaction types are searched.

          <quicksearch>
    <searchtype>GENERIC</searchtype>
    <defeaultgeneraltype>CAMPAIGN</defaultgeneraltype>
    <defeaulttansactiontype>CASH_REFUND</defaulttransactiontype>
</quicksearch> 

        
Important:

Quick search portlet objects in SDF cannot search custom transactions.

For more information about quick search portlets, see:

Related Topics

General Notices