You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Console to Workspace type BUI extension

Accepted answer
21
Views
4
Comments
edited Jun 13, 2022 4:13AM in General Technical Discussions 4 comments

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)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!