Technical Elements Documentation
    Preparing search index...

    Interface OpenPSAFieldMapping

    Represents a mapping between OpenPRA fields and OpenPSA fields

    technical_elements.integration.OpenPSA

    interface OpenPSAFieldMapping {
        description?: string;
        openPRAField: string;
        openPSAField: string;
    }
    Index

    Properties

    description?: string

    Optional description of the mapping

    openPRAField: string

    OpenPRA field name

    openPSAField: string

    OpenPSA field name