# Service Requests

The Service Requests page helps users manage requests created from Data Quality Scheme failures or rule violations. It enables stewards and administrators to track remediation activities, monitor progress, and ensure data quality issues are resolved through defined workflows.

Each request is linked to a scheme rule, associated object, and failed validation outcome. Users can search, filter, sort, and review requests based on priority, status, ownership, or recent activity.

This page is useful for monitoring issue resolution from request creation through final closure.

<figure><img src="/files/7UgfaiAKe2hPAfRIurXK" alt=""><figcaption></figcaption></figure>

### Request List View

The Request List View displays all service requests associated with the selected Data Quality Scheme.

<table><thead><tr><th width="242">Field</th><th>Text</th></tr></thead><tbody><tr><td>Request ID</td><td>Displays the unique identifier of the service request. Selecting the ID opens the related request details page for full lifecycle review.</td></tr><tr><td>Summary</td><td>Displays a short description of the issue raised from the failed scheme or rule validation.</td></tr><tr><td>Priority</td><td>Displays the severity level, such as Low, Medium, High, or Critical, based on business impact.</td></tr><tr><td>Scheme Rule Name</td><td>Displays the rule that triggered the request, helping users understand which validation failed.</td></tr><tr><td>Object Name</td><td>Displays the affected table, file, or data object linked to the issue.</td></tr><tr><td>Status</td><td>Displays the current request state, such as Open, Assigned, In Progress, Resolved, or Closed.</td></tr><tr><td>Latest Comment / Remarks</td><td>Displays the most recent update, remediation note, or progress comment added to the request.</td></tr><tr><td>Requested By</td><td>Displays the user or system process that created the request.</td></tr><tr><td>Created On</td><td>Displays the date and time when the request was created.</td></tr><tr><td>Last Updated On</td><td>Displays the most recent date and time when the request was modified.</td></tr></tbody></table>

**Search, Filter, and Sort**

Users can quickly locate requests using search and filtering options.

Search helps users find requests by Request ID, Summary, Scheme Rule Name, Object Name, or comments. Filters can be applied for Priority, Status, Requested By, and created or updated dates. Sorting can be applied to date, priority, identifier, and status fields.

These capabilities help users focus on critical issues, open requests, recently updated items, or requests related to specific rules or objects.

**Status Definitions**

* Open indicates the request has been created and is awaiting action.
* Assigned indicates the request has been routed to an owner or responsible team.
* In Progress indicates remediation work is currently underway.
* Resolved indicates the issue has been fixed and is pending closure or validation.
* Closed indicates the request lifecycle is complete.

These statuses help users monitor progress and operational accountability.

***

Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ovaledge.com/release8.1/data-quality/data-quality-schemes/service-requests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
