Hello,
I was wondering if anyone has tried to use an SAPUI5 component on a CRM UI view?
I was trying to use the SAPUI5 autocomplete control on an Interaction Center view. I noticed that the UI5 component libraries are not getting loaded correctly and so the instantiation fails.
I then created a custom WUI component with a view and it worked perfectly fine and my autocomplete control showed up and worked.
I've tried all combinations of bootstrap but here is the one that works on my Z component.
<script id="sap-ui-bootstrap"
type="text/javascript"
src="/sap/public/bc/ui5_ui5/1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-libs="sap.ui.commons"
data-sap-ui-preload="sync">
</script>
Thanks,
Gaurav