RatingLevelsLOV
RatingLevelsLOV
Columns
| Name | Type | Description |
| NumericRating | Double | Numeric value of the rating level used for calculations. |
| RatingDescription | String | Description of the rating. |
| RatingLevelCode | String | Unique key that identifies the rating level in the application. |
| RatingLevelId [KEY] | Long | System-generated primary key of the rating level. |
| RatingModelId | Long | System-generated primary key of the rating model. |
| RatingShortDescr | String | Short description of the rating. |
| ReviewRatingDescr | String | Complete description of the rating. |
| RatingModelCode | String | Code associated with the rating model. |
| RatingModelName | String | Name of the rating model. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| FilterAttributes | String | FilterAttributes |
| SearchTerms | String | SearchTerms |
| SectionContext | String | SectionContext |
| StartsWithFlag | Bool | StartsWithFlag |
| Finder | String | finder |