Difference between revisions of "Database Entity Views"

From support-works
Jump to navigation Jump to search
Line 32: Line 32:
 
email
 
email
  
[[Image:DatabaseEntity.png|800px|x]]
+
[[Image:DatabaseEntity.png]]

Revision as of 10:54, 23 January 2018



Status: Published
Version: 1.0
Authors: Hornbill Support
Applies to: Supportworks ITSM x.x

To add a new database entity view, follow these steps:

In the Data Dictionary Editor, choose the File > New > Database Entity View menu option and, at the prompt, enter a name such as “Search for Customers”. An item representing your new database entity view appears under the relevant category, and you will notice, on the right-hand side, that most of the attributes of this item are empty. Set the Table attribute to point to the swdata table you want to search on – in this case, userdb. Set the Search Title attribute to “Search for Customers”. Now, you need to create the search-criteria fields for the view. These are the fields into which your users will be able to enter search text, against which results will be returned. When you click on the Search Columns attribute field’s button, the columns from the userdb table are presented to you. Add the following columns as the ones to be included:

keysearch firstname surname siteemail

Now, you need to specify the Search Result Columns for the view. These are the columns that will be shown in the result list of records that match the search criteria. An important condition here is that you include the primary key column of the search table. In this example, userdb is the search table, so the primary key column is keysearch. Select the following columns for inclusion in the results display:

keysearch firstname surname site telext email

File:DatabaseEntity.png