Communication reviews
- Last UpdatedAug 02, 2024
- 3 minute read
The following table lists the fields which are available in the CommunicationReviews data model.
If using a third-party application such as PowerBI, we recommend you select only the required fields. Many fields in the Analytics data models are duplicated and can be excluded from queries; see Duplicated fields for more information.
Tip One instance of a communication review exists for each assigned reviewer. This enables you to create widgets by reviewer (group by CommunicationReviewerID) as well as by review (group by CommunicationReviewID).
Note For DateTime fields, only the date is stored. The time portion of the value of DateTime fields is therefore always 00:00.
|
Field name |
Type |
Description |
Values |
Data type and size |
Nullable |
|
CommunicationReviewTitle |
String |
The title of the communication review. |
nvarchar(510) |
No |
|
|
CommunicationRoutingPath |
String |
The routing path of the communication. |
nvarchar(200) |
No |
|
|
CommunicationOwner |
String |
The name of the owner of the communication. |
nvarchar(200) |
No |
|
|
CommunicationState |
String |
The state of the communication. Note: 'Approved & Awaiting Agreement' is the alternative label for the Awaiting Agreement from Recipient state. |
nvarchar(100) |
No |
|
|
CommunicationProcessLimitType |
String |
The type of due date of the communication. If this is Not Defined, the communication does not require agreement. |
|
nvarchar(100) |
No |
|
CommunicationTemplateTitle |
String |
The title of the communication template from which the communication was created. |
nvarchar(510) |
No |
|
|
CommunicationTemplateAbbreviation |
String |
The abbreviation of the communication template from which the communication was created. |
nvarchar(40) |
No |
|
|
CommunicationTitle |
String |
nvarchar(510) |
No |
||
|
CommunicationTemplateReportingCategory |
String |
The reporting template of the communication template from which the communication was created. |
nvarchar(510) |
No |
|
|
CommunicationReportingCategory |
String |
The reporting category of the communication. |
nvarchar(200) |
No |
|
|
ContractReference |
String |
The unique reference for the contract. |
nvarchar(510) |
No |
|
|
ContractName |
String |
nvarchar(510) |
No |
||
|
ContractType |
String |
The type of the contract. |
nvarchar(510) |
No |
|
|
ProjectDepartmentName |
String |
The reference and name of the project/dept in which the contract is located. |
nvarchar(300) |
No |
|
|
BusinessUnitId |
Int32 |
The unique ID of the business unit in which the contract is located. |
Integer |
No |
|
|
Reviewers |
String |
The names of the company users, contract roles and business process roles who have been assigned as reviewers, separated by |. e.g. |User|Contract Role|Business Process Role| Use the contains filter to search for a specific reviewer - see Filtering the Returned Data. |
nvarchar(8000) |
No |
|
|
DecisionSet |
String |
The decision set which applies to the review. |
nvarchar(300) |
No |
|
|
DueDate |
DateTime |
The date which the review is due. |
datetime |
Yes |
|
|
DueDateType |
String |
The type of due date for the review. |
|
nvarchar(300) |
No |
|
ReviewState |
String |
The state of the review. |
|
nvarchar(100) |
No |
|
ReviewType |
String |
The type of review. |
|
nvarchar(100) |
No |
|
IsReviewOverdue |
String |
Indicates whether the due date of the review has passed. |
|
nvarchar(6) |
No |
|
DaysOverdue |
Int32 |
The number of days by which the review is overdue. |
Integer |
Yes |
|
|
CommunicationTotalFinancialImpact |
Decimal |
The financial impact value of the communication in the communication currency. |
money(19,4) |
Yes |
|
|
CommunicationTotalFinancialImpactBase |
Decimal |
The financial impact value of the communication in the base currency of the data. |
money(19,4) |
Yes |
|
|
CommunicationTotalScheduleImpact |
Int32 |
The schedule impact value of the communication. |
Integer |
Yes |
|
|
IsDeleted |
String |
Indicates whether the contract to which the communication belongs is in the Recycle Bin. |
nvarchar(100) |
No |
|
|
CommunicationId |
Int32 |
The unique ID of the communication that the review belongs to. |
Integer |
No |
|
|
CommunicationReviewId |
Int32 |
The unique ID of the communication review. |
Integer |
No |
|
|
CommunicationReviewerName |
String |
The name of the assigned reviewer. |
nvarchar(510) |
No |
|
|
CommunicationReviewerUserRole |
String |
The user role of the reviewer. |
nvarchar(510) |
No |
|
|
MemberOf |
String |
The names of the contract roles and business process roles assigned as reviewers that the user belongs to, separated by |. e.g. |Contract Role|Business Process Role| Use the contains filter to search for a specific contract role or business process role - see Filtering the Returned Data. |
nvarchar(8000) |
Yes |
|
|
ReviewerProgress |
String |
The progress of the reviewer's contribution. |
|
nvarchar(40) |
No |
|
ReviewerStatus |
String |
The status of the reviewer's contribution. |
|
nvarchar(40) |
No |
|
FinalDecision |
String |
The final decision made for the review by the review administrator. |
nvarchar(300) |
Yes |
|
|
CommunicationReviewOverdueWhenCompleted |
String |
Indicates whether the review was overdue at the time the final decision was made. |
|
nvarchar(22) |
No |
|
LastUpdatedOn |
DateTime |
The date and time that the reviewer last made a change to the review. |
datetime |
Yes |
|
|
ProjectReference |
String |
The unique reference of the project/dept in which the contract is located. |
nvarchar(40) |
No |
|
|
BusinessUnitName |
String |
The name of the business unit in which the contract is located. |
nvarchar(300) |
No |