Console to Workspace type BUI extension
Hello, I'm having a BUI that's working correctly when is used as a Console extension
Unfortunatelly running the first time on BUI, does not load and needs to refresh the page to work correctly.
After reaching Help desk, they told me that the extension need to be set up as workspace instead of console.
However, after setting the extension as Workspace now the extension does not show up at all.
The extension runs using event handler from a button.
var myAppId = 'SubIncident'; // App Id
var extensibilityApiVersion = '1.0';// Extensibility Api Version
ORACLE_SERVICE_CLOUD.extension_loader.load(
myAppId,
extensibilityApiVersion
).then(function(extensionProvider)
Tagged:
0