Feature Release Note | Camms.Connect, October 2020
Camms is pleased to announce the October Feature Release for Camms.Connect.
This was released on 17th October 2020 and includes the following new features and enhancements to improve your user experience within the system.Â
1. New project outbound connectors |
The below Project Outbound Connectors are new additions to our existing Project API connector library:
Type | Name | Description |
---|---|---|
GET | /api/v1/ProjectBudget | Gets a set of all (standard and custom) data fields from the Budget object for all projects or a specific project and object. |
GET | /api/v1/ProjectChangeRegister | Gets a set of selected data fields from the Change Register-invoicing object for all projects or a specific project. |
GET | /api/v1/ProjectCustomTableData | Gets all standard and custom fields from the specific Custom table object for all projects or a specific project. |
GET | /api/v1/ProjectIncident | Gets a set of data fields from the Incident object for all projects or a specific project. |
GET | /api/v1/ProjectInvoice | Gets a set of all (standard and custom) data fields from the Invoicing object for all projects or a specific project. |
GET | /api/v1/ProjectKpi | Gets a set of common KPI data fields for all projects or a specific project. |
GET | /api/v1/ProjectLinkage | Gets a set of all linkage details associated to all projects or a specific project. |
GET | /api/v1/ProjectPurchaseOrder | Gets a set of data fields from the Purchase Order-invoicing object for all projects or a specific project. |
GET | /api/v1/ProjectPurchaseOrderCRÂ | Gets a set of data fields from the Change Register-invoicing object for all projects or a specific project. |
GET | /api/v1/ProjectPurchaseOrderCRDetails | Gets all standard and custom fields from the Change Register-invoicing object for all projects or a specific project. |
GET | /api/v1/ProjectSchedule | Gets all standard and custom fields from the Task Planning object for all projects or a specific project. |
GET | /api/v1/ProjectTax | Gets Tax details associated to all projects or a specific project. |
2. New risk outbound connectors |
New APIs which enable you to read data from Camms.Risk. The Risk Register and Risk Assessment criteria will let you get data for all four risk types (Operational, Strategic, Corporate, and Project).
More connectors added which will let you get risk details: Cause List and Consequence List data for project risks.
The below table shows a list of connectors that lets you export data:
Type | Name | Description |
---|---|---|
GET | /api/v1/GetRiskAssessmentCriteria | Gets all risk assessment criteria details data for all risks or a specific risk. |
GET | /api/v1/RiskProjectDetails | Gets all project risk details data for all project risks or a specific project risk. |
GET | /api/v1/RiskProjectDetailsCausesList | Gets all project cause details data for all project risks or a specific project risk. |
GET | /api/v1/RiskProjectDetailsConsequencesList | Gets all project consequence details data for all project risks or a specific project risk. |
GET | /api/v1/RiskRegister | Gets all standard and custom fields from risk register for all risks or a specific risk. |
3. New KPI integration inbound connectors |
New APIs which enable you to bring KPI data from third-party systems, to Camms. This includes creation of Normal, Trend, Calculated, and Rollup KPIs which additionally lets you add periodic actuals and comments to a specific KPI.Â
Using the below POST connectors, KPI data can be pushed in bulk. The below table shows a list of connectors which lets you import data:
Type | Name | Description |
---|---|---|
POST | /api/v1/KPIDetails | Create a KPI by adding a KPI name, description, type, calculation method, and all standard KPI definition fields. Further, lets you create single or multiple KPIs using the bulk upload feature. |
POST | /api/v1/KPIActual | Adds periodic actuals to a specific KPI and lets you assign actuals/comments for a single KPI or multiple KPIs using the bulk upload feature. |
POST | /api/v1/KPIPeriodTarget | Adds periodic targets to a specific KPI and lets you assign target values for a single KPI or multiple KPIs using the bulk upload feature. |
4. New KPI integration outbound connectors |
New APIs which lets you read data from the Camms.Strategy KPI module. This includes KPI data from a variety of areas including KPI Definition, KPI Actuals, and KPI Target. The below table shows a list of connectors which lets you export data.
Type | Name | Description |
---|---|---|
GET | /api/v1/KPIDetails | Gets KPI definition data for all KPIs or a specific KPI. |
GET | /api/v1/KPIActual | Gets periodic actuals and comment data for all KPIs or a specific KPI. |
GET | /api/v1/KPIPeriodTarget | Gets periodic target data for all KPIs or a specific KPI. |
Â