Using feature set in IDP
Enabling Infor Document Processor (IDP) using feature set in tenant(s)
Currently IDP is a back-end service. The service is hosted though ION API Suite. To provision IDP for a given tenant, you can set the feature set through CSP. Currently, for IDP phase 2, Postgres SQL as Database is used. To use the IDP Phase 2, IDDP_ SQLDB must be set to 0, then set feature IDDP=1 to provision IDP API suite for a given tenant.
To enable IDP phase 2, below mentioned feature set must be enabled at tenant level.
IDDP=1, IDDP_SQLDB=0, IDDP_UI_PHASE1=1, IDDP_UISVC=1
Sr. No | Feature Set Name | Default Value | Notes |
---|---|---|---|
1 | IDDP | 0 | This feature set enables IDP application for that tenant |
2 | IDDP_UISVC | 0 | This feature set enables phase 2 endpoint |
3 | IDDP_SQLDB | 1 | This feature set is used to enable IDP Phase 1 to use SQL DB - IDP DB from Infor OS Portal |
4 | IDDP_UI_PHASE1 | 0 | This feature set enables IDP UI on Portal, allowing you to see pre-built document flows with pre-built machine learning model. |