Camms.Connect | March 2022

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 12th March 2022 and will be available in your Live instance on 26th March 2022.

1. Retrieving Project Issue, Decision and Action Register data from Camms.Project

You can now retrieve data from the 'Issue Register' object of Camms.Project using the following API endpoints.

Type

Name

Description

Type

Name

Description

GET

/api/v2/ProjectIssue

This API will let you export data from the Issue tab of the Issue Register object.

GET

/api/v2/ProjectIssueDecision

This API will let you export data from the Decision tab of the Issue Register object.

GET

/api/v2/ProjectIssueAction

This API will let you export data from the Action tab of the Issue Register object.

2. Retrieving Time Entry and Resource Allocation data from Camms.Project

You can now retrieve data related to project time entry and resource allocation using the following endpoints.

Type

Name

Description

Type

Name

Description

GET

/api/v1/TimeEntry

This API will let you export time entry data for projects in Camms.Project.

GET

/api/v1/ResourceAllocation

This API will let you export resource allocation data for projects in Camms.Project.

3. Retrieving Implementation Budget data from Camms.Project

You can now retrieve data from the 'Implementation Budget' object of Camms.Project using the following API endpoint.

Type

Name

Description

Type

Name

Description

GET

/api/v2/ProjectImplementationBudget

This API will let you export data from the Implementation Budget object of Camms.Project.

4. Retrieving Ongoing Expenses data from Camms.Project

You can now retrieve ongoing expenses data from the 'Preliminary Budget' object of Camms.Project using the following API endpoint.

Type

Name

Description

Type

Name

Description

GET

/api/v1/ProjectBudgetOngoingExpenses

This API will let you export data from the Ongoing Expenses tab of the Preliminary Budget object.

5. Creating and retrieving Project Account Mapping data in Camms.Project

You can now create and retrieve data from the 'Account Mapping' object of Camms.Project using the following endpoints.