IndividualExceptionDetails
Definition of the IndividualExceptionDetails object
Fields
| Name |
Arguments |
Type |
Description |
| addedByDisplayName |
|
String |
The user display name who added the exception into the platform |
| approvedByFullName |
|
String |
The client full name who approved of adding the exception |
| createdOn |
|
DateTime! |
The date time the exception was created on. |
| exceptionType |
|
ExceptionType! |
Type of exception |
| hasSupportingDocuments |
|
Boolean! |
To indicate whether the exception has supporting documents or not |
| isResolved |
|
Boolean! |
Whether the exception is resolved or not |
| reason |
|
String! |
The reason given for adding the exception |
| resolvedByName |
|
String |
The user display name who resolved the exception |
| updatedOn |
|
DateTime! |
The date time the exception was updated on. |