Camms is pleased to bring you the Quarterly Product Release Note for Camms.Connect.

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 11th March 2023 and will be available in your Live instance on 25th March 2023.


List of items

1. APIs for Camms.Risk Controls Management solution

2. APIs for Camms.Project Solution

3. APIs for Camms.Risk Incident solution

4. SCIM connector to provision users by groups

5. Enhancements to the Position based staff details API

6. Enhancements to the Risk Details API

7. Enhancements to all the details APIs


1. APIs for Camms.Risk Controls Management solution

You can now insert data into Control details using the below APIs.

Type

NameDescription

POST

/api/v1/ControlDetails

This API will let you import Control Details records to the Camms.Risk Controls Management solution.


2. APIs for Camms.Project Solution

You can now insert budget and cashflow data into the Project budget, change register, and Project tasks, and also have the ability to retrieve data from Project file attachments using the below APIs.

Type

NameDescription

POST

/api/v2/ProjectTasks/PostProjectTask

This API will let you import Project task data to the Camms.Project solution.

POST

/api/v2/ProjectBudget

This API will let you import data to the “Budget” tab of the Project Budget Object in Camms.Project solution.

POST

/api/v2/ProjectCashflow

This API will let you import data to the “Cashflow” tab of the Project Budget Object in Camms.Project solution.

POST

/api/v2/ProjectVendor

This API will let you import data to the Project Vendor Object in Camms.Project solution.

POST

/api/v2/ProjectChangeRegister

This API will let you import Project Change Register records and insert data into the "Project Change Request" tab of the Change Register Object configured in Camms.Project.

GET

/api/v2/Attachment

This API will let you export a list of Project file attachment data, such as content type and name, from Camms.Project. 

GET

/api/v2/Attachment/GetFileData

This API will let you export Project file attachment data in a binary format from Camms.Project.


3. APIs for Camms.Risk Incident solution

You can now retrieve Incident file attachment data using the below APIs.

Type

NameDescription

GET

/api/v2/Attachment

This API will let you export a list of Incident file attachment data, such as content type and name, from Camms.Risk Incident solution. 

GET

/api/v2/Attachment/GetFileData

This API will let you export Incident file attachment data in a binary format from Camms.Risk Incident solution.


4. SCIM connector to provision users by groups

A new group provisioning feature is introduced to the out-of-the-box SCIM connector. With this modification, SCIM users will be able to create groups in their Azure Active Directory and define a set of permissions to each group. The users allocated to those groups will automatically get permissions assigned by the user provisioning.

The ability to define levels for the groups based on priority will facilitate the client in a scenario where a staff member is assigned to multiple groups, the permissions of the group that has the highest level will be assigned to that particular staff member.

Figure 4.1: Setting in Azure Active Directory to enable group provisioning


5. Enhancements to the Position based staff details API

You can now create a vacant position using the "Create position-based staff details" API. If you leave the fields for "StaffCode," "UserName," and "StaffName" empty, the API will create a vacant position.

Type

NameDescription

GET

/api/V1/positionbasedstaff

This API will enable you to import position-based staff data into Camms solution.


6. Enhancements to the Risk Details API

You will now be able to retrieve Aggregated Risk rating data from the 'Get Risk Details' API.

This will return aggregated Risk Ratings for the below Aggregated Risk Rating types:

  • Initial Aggregate Risk Rating
  • Revised Aggregate Risk Rating
  • Future Aggregate Risk Rating


7. Enhancements to all the details APIs

You will now be able to get the last modified date from the below APIs.

  • Get Incident Details
  • Get Incident Object Details
  • Get Authority Document Object Details
  • Get Authority Document Details
  • Get Policy Object Details
  • Get Policy Details