Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This quarter we've got a number of exciting new features and enhancements to improve your user experience within the system, which will be available in your Test environment on 4th December 2021 and will be available in your Live instance on 18th December 2021.

List of items:

Table of Contents
minLevel1
maxLevel7
stylenone

1. New outbound APIs for the Camms.Risk Compliance solution

A number of outbound APIs will be introduced covering the Camms.Risk Compliance Management solution, including the ability to retrieve a set of frequently used data fields for all compliance records, export compliance details object and custom object data, export list of workflows, objects and their fields.

Type

Name

Description

GET

/api/v1/Compliance

This API will let you retrieve high level information of Compliance records. Based on filter values, one or more Compliance information can be retrieved.

GET

/api/v1/ComplianceDetail

This API will let you retrieve information from the standard Compliance details object. This will cover all standard and custom fields available in the standard Compliance object.

GET

/api/v1/ComplianceObjectDetail

This API will let you retrieve information from all Compliance custom objects.

GET

/api/v1/ComplianceWorkflow

This API endpoint will let you retrieve Compliance workflow information configured in the application.

GET

/api/v1/ComplianceWorkflowElement

This API endpoint will let you retrieve object information configured in each Compliance workflow.

GET

/api/v1/ComplianceWorkflowElementFieldInfo

This API endpoint will let you retrieve field information configured in each object configured within a Compliance workflow.

2. Exposing audit findings data in the Camms.Risk Audit solution

This new feature will let you export audit findings data in the Camms.Risk Audit Management solution.

Type

Name

Description

GET

/api/v1/AuditFinding

Export details of one or more Audit Finding details.

3. Exposing risk linkage information in the Camms.Risk solution

You can now expose linkage information such as hierarchy links, KRI links, incident links, of risk records in the Camms.Risk solution.

Type

Name

Description

GET

/api/v2/RiskLinkage

This feature will let you obtain linkage information of a Risk record. This will include hierarchy links, KRI links, incident links, etc.

4. Importing action and task details in the Camms.Strategy solution

A new inbound API is introduced to create planning hierarchy actions and tasks by inserting data to relevant sections (action details and task details) in the Camms.Strategy solution.

...

[
{
"strategyTitle": "string",
"strategyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
/api/v1/serviceprofile – Provides Service profile name and GUID
[
{

"serviceProfileId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",

"name": "string"

}

]

5. Exporting budget forecast data in the Camms.Project solution

With this feature, you can now export budget forecast object information from the Camms.Project solution.

...