Supplier Portal - Dashboards in Perfion

In order to work effectively in Perfion with supplier data, the Perfion dashboard can be used to track supplier data updates.

This document explains how to create dashboards to track supplier data updates.

 

Setting up dashboards and widgets

Dashboards and Widgets are created and managed in the left side of the Administration menu:

image-20240411-100552.png

In general, dashboards and widgets to track supplier data updates are created the same way as you create all other dashboards and widgets to use in Perfion. Please refer to article Administration Menu for details. This article only describes the special things you need to know to create widgets that track supplier data updates.

Widgets to track supplier data updates

A widget that tracks supplier data updates is created like all other widgets in Perfion. The only differences are the Filter and the View which are described below:

Filter

This filter is based on an API query, and the API query language has been extended with some new options specifically built for tracking supplier data:

Select

No changes. You need only select “value” in a query build to track supplier data updates.

From

You should always specify the feature exposed as the Product Feature in Company Settings (typically ID 100)

Where

The where-clause is key to tracking supplier data updates. You can specify where-clauses like this.

Specific features with unhandled supplier updates (yellow color in grid)

<Clause id="(1600,210,148,230,218,219,220,102)._Status" operator="=" value="AwaitsOwner" />

All features with unhandled supplier updates (yellow color in grid)

<Clause id="*._Status" operator="=" value="AwaitsOwner" />

Specific features with rejected supplier updates (red color in grid)

<Clause id="(1600,210,148,230,218,219,220,102)._Status" operator="=" value="AwaitsSupplier" />

All features with rejected supplier updates (red color in grid)

All features with unhandled supplier updates (yellow color in grid) from a specific supplier

View

Dashboard widget rely on a view to determine which features to show in grid. Views are built as “normal” API queries that only contain a Select element.

Select

With the launch of the supplier portal, four new “views” can be used in these queries:

  • Expose returns all features exposed for suppliers to manage

  • ExposeReadOnly returns all features exposed as read only to suppliers

  • Mandatory returns all features marked as mandatory in the configuration

  • AutoAccept returns all features set to Auto Accept in the configuration