Asset Bank supports the concept of 'completeness' for assets, i.e. a way to determine whether or not an asset record is complete.
This can be useful in a number of situations, including allowing you to find and complete the metadata for assets that were inserted during a 'bulk upload'.
Incomplete assets can optionally be hidden from users who cannot themselves edit the metadata. This provides a way to ensure that assets have the minimum data you deem necessary before they are retrieved and used.
To make use of these features you first need to decide which metadata attributes must contain values in order for an asset to be deemed 'complete'.
To specify that an attribute is required for completeness, go to Admin->Attributes and click 'Edit' next to the attribute. Then select either the 'Mandatory' or 'Required for Completeness' checkbox and save the attribute. Note that the difference between these 2 options is that missing 'mandatory' data will actually prevent an asset record from being saved, whereas missing 'required' data will not.
To locate the assets flagged as being 'incomplete' head to Admin > Dashboard and scroll to the 'Assets' section:
Alternatively, when specifying search criteria (on the Advanced Search, Batch Update and Bulk Update pages) you can optionally select whether to find assets that are complete or incomplete. For example, you could start a batch update to update all assets that are still incomplete.
Using the settings below (in the ApplicationSettings.properties file) you can opt to hide incomplete assets from users who do not have the permission to edit asset records, and/or to highlight incomplete assets that are shown in browse and search results pages (a dashed border is used to highlight incompleteness). There is also a setting to remove the 'completeness' search criteria from the Advanced Search page if required.
# Should the advanced search (for users who can upload assets) include a drop-down list for selecting 'completeness' of assets?
allow-search-by-completeness=true
# Should incomplete assets (i.e. those with at least one empty 'required for completeness' attribute) be hidden from users without upload permissions?
hide-incomplete-assets=false
# Should incomplete assets be highlighted in search results and browse pages?
highlight-incomplete-assets=false
If you're hosted on our Cloud servers and want to change any of these settings, just get in touch with our support team at support@assetbank.co.uk and we'll make that change for you.
Comments
0 comments
Please sign in to leave a comment.