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 ?
Unfortunately, as of now, there is no such possibility.
Thank you so much for your idea. We've registered it in our R&D team backlog for consideration and implementation in future application releases. Thank you for helping us to improve our product.
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 and is quite an issue reported by all our clients....
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 for this, we were trying to find a workaround by manually updating the components from code for a specific use case, but we can't see what the data source is called for these types of components. Does anybody know what it would be? I presume refreshing the PDS would refresh them, but this seems heavy handed and might end up with data being lost on the main form page while the data actually being refreshed is just a child entity, so I would expect it to have its own data source.
In Freedom UI Pages, the structure of the page is different and along with this a new way to refresh anything on the page. In this article you can find the way to achieve your goal:
How can we find what the data source is for a component like a Timeline or Next Steps component though? The article suggests looking at the modelConfig elements in the page code, but none of these seem to relate to the timeline or timeline tiles. I expect there is some data source being created behind the scenes but finding out what it's called is the main problem for applying the theory of being able to reload anything on the page as is suggested.
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 the dataSourceName of the next steps component or how to find it. Thank you! Joan
Seems like you might want a grid container (Area from the Layout Elements section of the page designer) within that flex container? These would keep the relative sizes of the 2 fields proportionally the same through resizing. For example, below I added a grid container with 6 columns to the flex container, and set the width of the first field to 4 columns (by clicking & dragging the resizer on it) and the width of the second to 2 columns. Number of columns can be adjusted to allow you to get the ratio you want:
Seems like you might want a grid container (Area from the Layout Elements section of the page designer) within that flex container? These would keep the relative sizes of the 2 fields proportionally the same through resizing. For example, below I added a grid container with 6 columns to the flex container, and set the width of the first field to 4 columns (by clicking & dragging the resizer on it) and the width of the second to 2 columns. Number of columns can be adjusted to allow you to get the ratio you want:
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.
Could you please describe in more detail what the problem with the button is when refreshing the page? I mean, how should they work and how do they actually work? If you have a chance, please send screenshots.
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 seems like it's called "Environments"... or any other method to achieve this. Ideally, I prefer it to be RESTful.
I've attached some photos for reference to illustrate my situation.
The display of images on a mobile depends on the template styles. This may be due to the fixed size of the images. Unfortunately, the content designer does not allow you to configure the mobile version separately, so we recommend checking the CSS styles of the content block with these images. The only thing to do here is to experiment with the template itself (width, font, etc. in the block/section/column settings) and see how this is displayed in the mobile app.
We have already registered this problem for our development team and the issue has been prioritised thanks to your request.
You can also contact technical support at support@creatio.com for a more detailed analysis.