Widgets

You can add widgets to your Portal for a custom Portal design. Evolve Portal provides various widgets. You can configure widget properties, establishing the header, body, and layout details and add different types of content like tasks, templates, drafts, links, reports, and data connections. You can also manage actions, variables and events for widgets.

Below table lists all the widgets and their description.

Portal Element Description
Card

You can add card widget to your Portal and configure it. You can also add and manage different types of contents and events for your card widget. See Card Widget for detailed description.

Chart You can add and configure different types of charts to your Portal. See Chart Widget for detailed description.
Date Time You can add Date and Time widget to your Portal and configure it. See Date Time Widget for detailed description.
HTML You can add HTML widget to your Portal and configure it. See HTML Widget for detailed description.
Iframe

You can add Iframe widget to your Portal and configure it. See Iframe Widget for detailed description.

List

You can add list widget to your Portal and configure it with different types of contents and events. See List Widget for detailed description.

RSS Feed You can add RSS Feed to your Portal can configure it. See RSS Feed Widget for detailed description.
Social Feed You can add Social Feed to your Portal and configure it. See Social Feed Widget for detailed description.
Table You can add a table widget to your Portal and configure it with different types of contents and events. See Table Widget for detailed description.
Weather You can add a weather widget to your Portal for weather updates. See Weather Widget for detailed description.

Known Limitations

Irrespective of the number of items in the report, a maximum of 20 items are returned on the Portal Chart widget.

Only root/top level fields of table and results would be visible in Portal widget (Table, List, and others) and fields of inner level will not be supported to show data.

{
 "d": {
   "results": [
    {
      "Title": "string",
      "FirstName": "string",
      "LastName": "string",
      "Address": {
        "results": [
         {
         "AddressID": "string",
         "PostalCode": "string"
        }
	   ]
      }
     }
    ]
   }
  }