Feature Flags

This sections covers how a partner can specify the various EPC platform features that are supported within the integration

Definitions


Feature FlagDefinition
receiveautomatedTransactionUpdatesEnables service order update workflow.
sendFindingsEnables lender to map partners findings Encompass conditions or task.
receiveResourceTypesIdentifies that the service supports document mapping: Lender to Partner.
sendResourceTypesIdentifies that the service supports document mapping: Partner to Lender.
sendServiceEventsService sends registered service event as part of a service order transaction.
receiveServiceEventsThe service can receive lender-initiated service events.

πŸ“˜

Please note that Partners must register their Findings, Services Events, and Resources as part of their product configuration to fully support the feature.


"feature": {
        "receiveAutomatedTransactionUpdates": false,
        "sendFindings":true,
        "receiveResourceTypes": false,
        "sendResourceTypes": false,
        "sendServiceEvents": false,
        "receiveServiceEvents": false,
        
        }