Badges on Assets

EnterMediaDB 10 supports visible indicators on asset's status such as:

Duplicate |  Pending  |  Approve | Rejected   

 

 

 

 

 

 

Enable Badges

To enable Badges feature overall your EnterMedia application you must check the related permission. By default, Administrators and users can see badges once the feature is enabled. Go to Permissions and enable or disable the Show Badge option in the Assets Management area.

EnterMedia installation includes basic badges for common asset's edit status field. You can add your own badges on any list field in your database by following these steps:

1) Enable the badge feature on the specific field you want to control the badge in the asset table. Go to: Settings>System Settings>Data Manager. Select asset table and select the Field. Scroll to the bottom and click on Advanced Settings, then check the Show Badge box.

 

2) Add a new value to the field.  This value will control when the badge is shown. E.g. For the "Edit Status" field, you can add a new status, add Processed as Id and Processed as Name.


3) Add badge to database table: Settings>System Settings>Data Manager.  Select the badge table and add a new row, following name convention as follow for the id: tablename_fieldname_fieldvalueid E.g.

 Table: asset Field: editstatus Field value id: processed 

To the badge table, add a row with the id: asset_editstatus_processed


4) Upload a SVG icon file with the same name you used in the previows step in the badges path of your application, the standard path for default "assets" application is: webapp/assets/emshare/theme/images/badges. Create the final path if is not there. E.g.

 webapp/assets/emshare/theme/images/badges/asset_editstatus_processed.svg 

You need to restart the server and clear your web-browser cache to be able to see your custom badge over your active assets.