Table for Problem Execution Request Log
Data model
Fields
| Field | Type | Description |
|---|---|---|
| aerequest_bodyproblem* | NVARCHAR (MAX) | Problem body in JSON format |
| aerequest_bodysolution | NVARCHAR (MAX) | Problem request body in JSON format |
| aerequest_createdat* | DATETIME | Date of creation of the request |
| aerequest_enddateexecution | DATETIME | End date of problem execution |
| aerequest_id* | INT | Unique identifier of the table |
| aerequest_initdateexecution | DATETIME | Problem execution start fache |
| aerequest_priority* | INT | Identifier of the priority assigned to the problem |
| aerequest_status* | VARCHAR (20) | Status of the application |
| aerequest_tenantid* | INT | Tenant ID |
| error_messages | NVARCHAR (MAX) | Error message generated when processing the problem |
| provider_id | INT | Provider Identifier |
Primary Key
| PK_AFLS_ASSIGNMENT_ENGINE_REQUEST |
|---|
| aerequest_id |