3. Enhancement
Enachend: SAP CPI Adapter Now Uses OAuth2 Token API Instead of SOAP Login
In previous versions, the SAP CPI Adapter used the Salesforce SOAP Login API for authentication. As Salesforce has retired the SOAP Login method, the SAP CPI Adapter has been enhanced to use the REST OAuth Token API (https://login.salesforce.com/services/oauth2/token) to obtain the access token. The adapter now uses the REST token-based authentication approach instead of the SOAP Login API. It supports both Connected App authentication (Username-Password Credential and Client Credential flow) and External Client App authentication using the OAuth2 Client Credentials flow.
Enhancement: Dynamic Interface Configuration Support for SAP CPI Adapter
In previous versions, the interface name in the SAP CPI Adapter was statically configured after deploying the iFlow and could not be changed. To modify the interface name, the iFlow had to be undeployed and configured again. This has now been enhanced to support dynamic interface configuration. Users can define the interface name in the Skyvva interface using the variable ${property.SkyvvaInterface} and set the interface name in the Content Modifier as needed. With this enhancement, the interface name can be changed without undeploying the iFlow.