CFIHOS extensions
This guide explains how to use PCA to extend CFIHOS in a controlled way.
What this workflow is for¶
Use this workflow when existing CFIHOS content does not fully cover your needs and you want to create extensions that remain technically aligned with the broader CFIHOS structure.
Typical content types¶
Examples include:
- entities such as equipment or tags
- properties
- picklists and picklist values
- dimensions
- units of measure
Step-by-step for interactive users¶
- Start in PCA Explore and confirm that the needed content does not already exist.
- Decide which CFIHOS extension type you need.
- Open the matching creator workflow in the platform.
- Fill in the required descriptive and structural information.
- Check carefully that the content really belongs in the intended CFIHOS context.
- Submit the proposal for review.
Step-by-step for technical users¶
Relevant API endpoints include:
POST /cfihos/entityPOST /cfihos/picklistPOST /cfihos/picklistvaluePOST /cfihos/unitofmeasurePOST /cfihos/dimensionGET /cfihos/ancestors/properties
A practical workflow is:
- Use the read endpoint to inspect inherited properties if needed.
- Prepare the new extension payload.
- Submit the proposed content with the appropriate creator permissions.
- Track the resulting item through review.