I am trying to set up a creatio development environment with docker for the guided learning Development on Creatio Platform (November) workshop sessions starting next monday.
We have an object that we no longer need and would like to essentially retire it by hiding it from view of the users across the system, including from object lists they see while creating dashboards. I tried checking off the "Show in advanced mode only" checkbox at the object level thinking this...MoreLess
is there a code, script or library or a workaround in freedom UI (not classic) to do a dropdown list with multi select (I am using the new Version: Quantum)
On normal fields, it's easy to deactivate the ability to create new records for a specific field on a page. But when adding a list pointing to another object, I have not seen the ability to do so .
Am I missing a parameter option or it is not yet possible ?
Do you have any guide in the academy to fix this in coding in the meantime ? Because it is an issue that was not existent in Classic UI Details...MoreLess
Is it possible within Freedom UI to trigger a refresh of the Timeline/Feed/Next Steps components using JS? We seem to have an issue where the "Enable live data update" option does not seem to be working in Creatio CRM 8.1 for our Activities on certain pages, and while we've raised a support request...MoreLess
Hello guys! I have been having some kind of similar issue in my code where the next steps component does not reload. Could anyone please share...MoreLess
Seems like you might want a grid container (Area from the Layout Elements section of the page designer) within that flex container? These would...MoreLess
Seems like you might want a grid container (Area from the Layout Elements section of the page designer) within that flex container? These would...MoreLess
In a section edit page, we have created custom buttons and have functionalities to hide and show the button. If we refresh the page Button enable/ Disable are working fine
But once we open the edit page, the button visibily/ page opening are not working properly until we refresh the page
we tried this.reloadEntity(); inside init:function(){} Method.
I'm trying to retrieve information from my apps in Creatio CRM. When I open my Studio, I notice that there's a request that brings me the apps and their respective IDs. It would be incredibly helpful if someone could share how I could do this using OData or if there's a similar schema...MoreLess