Get Entity Fields actions
Get Entity Fields actions retrieve the entity fields defined for the specified Test Repository.
| Action property | Description | 
|---|---|
| Result | A Table dataset that stores the retrieved entity fields. | 
| TestRepository | A Test Repository parameter or dataset of type ALM referring to the Test Repository for which to retrieve entity fields. | 
The Result dataset has the following columns:
| Column | Description | 
|---|---|
| TYPE | The type of the entity field. | 
| IS_ACTIVE | Indicates whether the field is active (-1) or inactive (0) in the Test Repository user interface. | 
| IS_SYSTEM | Indicates whether the field is a system field (-1) or a user-defined field (0). | 
| IS_REQUIRED | Indicates whether the field is required (-1) or optional (0). | 
| USER_LABEL | The user interface user label for the field. | 
| DB_COLUMN_NAME | The database column name for the field. | 
Example
                                                    