Hello Community,
I’d like to implement a drawable component on a record page in the mobile application. I’m familiar with using external JavaScript libraries that provide drawing functionality, but I’m unsure how to integrate this into the mobile app. Could someone guide me on how to make this work properly?
Thank you!
Like
To add an external JavaScript library to the Creatio mobile app, follow these steps:
1.Upload the Library to Creatio:
Navigate to the Configuration section in Creatio.
Create a new Resource and upload the JavaScript file.
2.Include the Library in the Mobile Application:
Go to the Mobile Application Wizard.
Open the Mobile Application Manifest.
Add a reference to the uploaded JavaScript file in the manifest.
3.Use the Library in Your Mobile Application:
In your mobile application code, you can now reference and use the functions provided by the external JavaScript library.
Also you can use this addon to add JS scripts globally: https://marketplace.creatio.com/app/experceo-global-jscss-editor-creatio
Go to System Settings -> ExpGlobalJSValue to update the global JavaScript script.