Display a field in an object's list view when the criteria that you set are met.
In this tutorial, you want to add a field called Drive Type to the All Assets page that displays when laptops, desktop computers, or servers are added. To enforce data hygiene, you want the users to select the drive type from a list.
Tasks
- Create a custom object called Drive Type.
- Open the Data model page and add a new field to the All Assets page called Drive Type.
Creating the custom object
- Click Configuration > Objects.
- Click Add
.
- Type Drive Type as the name of the object and enter a description. The Object type is Lookup Object.
- Click Save.
- Refresh the screen.
Adding the records
- On the Objects page, type Drive Type as the name of the object in the search field.
- Click the value in the Total records column.
- Click Add
.
- Type Hard Disk Drive as the name of the record.
- Click Save & New.
- Type Solid State Drive as the name of the record.
- Click Save.
Adding the Drive Type field to the All Assets page
- Click Configuration > Data model.
- Click Add
.
- Type Drive Type as the name of the new field.
- Click Display option and select Relational field.
- Open the Asset Type list.
- Select laptops, desktops, and servers.
- Click Save.
Result
When you add or edit an asset record and the asset type is a laptop, desktop, or server, the Drive Type field is displayed.
Related articles
Comments
0 comments
Please sign in to leave a comment.