Create fields to reuse the information that is captured by objects, such as the names of locations or the names of SaaS applications, in other objects.
Let's say that when you add or edit an asset record you want to specify the location of the object. Instead of adding a location field and typing the location of each asset, you can add a field to the All Assets page that references the location object so that users can select the name of the location from a dropdown list when they add or edit asset records.
Referencing other objects when you add fields to objects has the following advantages:
- Data consistency.
- Data reuse. No need to enter the same values again. Reuse the information that you already captured.
- Time to value. No need for data entry because the data that you need was already captured.
Scenario
In this scenario, you want to add the employee's department to their People record.
To do this, you complete the following actions:
- Create an object that contains a list of the departments in your organization.
- Add a field to your People object that references the departments' object.
Creating the object
- Click Configuration > Object.
- Click Create new object
.
- Type Departments as the name of the object.
- Type the description.
- Click Save.
Result
You created an object so that you can create a list of the departments in your organization.
If you use a custom object that was created by another user, you must grant read and write privileges to your role for the object that was created.
Adding the records
Repeat this procedure until you have added a record for each department in your organization.
- Click Data model.
- From the Objects list, select the departments' object.
- Click Add
.
- Type the name of the department.
- Click Create.
Adding a field that references the object
- From the Objects list on the Data model page, select People.
- Click Add
.
- Type Departments as the name of the field.
- As the data type, select the departments' object.
- Make your changes.
- Click Create.
Tip
Reduce the noise and performance workload! Only select Add Updates to History for auditing purposes or for triggering workflows. This will eliminate the unnecessary processing of data and have a positive impact on the performance of your Oomnitza instance.
Result
When a record is added or edited on the People page, the department that the employee belongs to can be selected.
Comments
0 comments
Please sign in to leave a comment.