22.2 Setting up PCI for SCV
- 13 Dec 2024
- 1 Minute to read
- Print
- DarkLight
22.2 Setting up PCI for SCV
- Updated on 13 Dec 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
In order to have the PCI button available in SCV admins must create a new voice extension. A short video on how to do this can be found here.
The code needed to create the Aura component is
<aura:component implements="opencti:availableForVoiceExtension,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome" access="global"> <nbavs:pciAgentAssist/> </aura:component>
Was this article helpful?