function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
alok garg 17alok garg 17 

API Version value seems incorrect in the opencti 39.0 Version

HI Everybody,

API Version value seems incorrect in the opencti.js (39.0 version).

Currently It is : 
module.exports = {
    API_VERSION: 38,
    API_TYPE: 'opencti',
    sfdcIframeOrigin: null, // will be populated in during initialization
    mode: null // will be populated in during initialization
};

Expected: 
module.exports = {
    API_VERSION: 39,
    API_TYPE: 'opencti',
    sfdcIframeOrigin: null, // will be populated in during initialization
    mode: null // will be populated in during initialization
};

Please compare it from here: 
https://liveopstest2-dev-ed.lightning.force.com/support/api/38.0/lightning/opencti.js
https://liveopstest2-dev-ed.lightning.force.com/support/api/39.0/lightning/opencti.js

Regards,
Alok Garg