cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it possible to integrate and access Joule from the standalone UI5 applications in SAP BTP?

Swetha__Balusamy
Participant
353

Is it possible to integrate and access Joule from the standalone UI5 applications in SAP BTP. So far I have seen integration of Joule with SAP Solutions like SAP SuccessFactors, SAP S/4HANA, I am not sure if its possible to integrate with Standalone UI5 apps.

Accepted Solutions (0)

Answers (1)

Answers (1)

mateuszkwas
Explorer
0 Likes

Hi,

If you have your custom Joule Digital Assistant, please check below, where 

botName is your custom Joule digital assistant

<script
    src="<your_das_tenant_URL>/resources/public/webclient/bootstrap.js"    data-bot-name="botName"    data-expander-type="DEFAULT"
</script>

You can also check in browser development tools how script is attached into the website

mateuszkwas_0-1765532865120.png

Regards,
Mateusz Kwasniewski

Swetha__Balusamy
Participant
0 Likes

@mateuszkwas When I accessed the above link, it says page not found. Can you please check it once?

erickgomez-tech
Participant

Hi @Swetha__Balusamy 

You can embed it, but the URL must be strictly one of these:

https://*.tools.sap https://*.sap.corp https://*.sap.corp:* https://*.ondemand.com https://*.ondemand.com:* https://*.sapsf.com https://*.sapsf.eu https://*.sapsf.cn https://*.successfactors.com https://*.successfactors.eu https://*.sapdemocloud.com https://*.cloud.sap:* https://*.cloud.sap https://*.int.sap https://*.sap.com https://*.net.sap https://*.net.sap:* https://*.sapanalytics.cloud https://*.sapbydesign.com https://*.sapbydesign.com:* https://*.for.sap https://*.enter.sap https://*.only.sap:* https://*.only.sap https://*.services.sap https://*.dev.sap https://*.myhybris.cloud https://*.fgvms.com https://*.fieldglass.net https://*.fieldglass.eu https://*.ariba.com https://sap.plateau.com https://*.concursolutions.com https://*.projectorca.cloud https://sap.sharepoint.com https://*.leanix.net https://*.signavio.com https://*.emarsys.com https://*.emarsys.net https://*.cxm-salescloud.com https://*.taulia.com https://ai76b0jqf.accounts.ondemand.com"

Best regards,

Erick

Swetha__Balusamy
Participant
0 Likes
@erickgomez-tech Thanks. will try this option and let you know. Is there any documentation on how it should be done?