Is it possible in Freedom UI to enable Feed to display the connected record as it did in Classic UI? Just showing the section isn't as informative as the old setup where you could see exactly what record the feed message was in context of.
We appreciate your patience as we consulted with our R&D team regarding the concerns you raised.
Regarding the connected record in the feed panel, we are pleased to inform you that the behavior you mentioned will be addressed in the upcoming 8.0.3 version.
If you have any further questions, please let us know, we would be happy to help.
Thank you for your feedback. I understand your concern regarding the delay and the current status of the section in the feed.
Firstly, I apologize for any inconvenience this may have caused. Our intention is always to provide useful and timely updates to enhance your experience. While the previous commitment faced some delays, I assure you that we are actively working on a revised plan to ensure that the section in the feed is both helpful and efficient for users.
We value your input and are committed to improving our services. If you have any specific suggestions or further concerns, please feel free to share them with us. Your feedback is crucial in helping us deliver better solutions. We have increased the priority of the task.
some portal users with full access as b2b need to update the case with standard access rights so instead to access the external page. They need to access the case_formpage.
Hi! Is it possible to handle exception in a process? For example if there is an error on "delete something" step occur we proceed to next step without stoping all process.
Unfortunately, we cannot handle exceptions with standard tools in actual versions of applications. Thank you for bringing this aspect to our attention. We will create an idea for the development team so they can consider implementing such functionality in future versions of our application.
If you're talking about custom C# code and Script tasks, you can use basic try/catch constructs there to handle exceptions.
Unfortunately, we cannot handle exceptions with standard tools in actual versions of applications. Thank you for bringing this aspect to our attention. We will create an idea for the development team so they can consider implementing such functionality in future versions of our application.
If you're talking about custom C# code and Script tasks, you can use basic try/catch constructs there to handle exceptions.
Having some form of try/catch or error pathway in BPs would be very helpful, sometimes errors are "expected" especially when using the OOTB steps for things like adding data (e.g. if a unique index is violated due to the non-atomic nature of data operations in BPs) and need to be handled more nicely than just halting the BP and leaving the data in an inconsistent state. It forces many properly implemented pieces of functionality away from being built in no-code and straight back to needing to write C#.
Unfortunately this idea has not been put on the development Roadmap yet and therefore we cannot provide any ETA on when it can be expected within the system. However, I will add your inquiry to the registered idea in order to increase its priority.
Note, when adding these back in, you'll need to make sure that the "items" and "primaryColumnName" values match the values from your list. For Section Lists. The "Items" and "PDS_Id" values need to be updated to match your List's property values - those can likely stay as-is for section lists, but for new lists added, you'll need to update those values. See for more: https://customerfx.com/article/adding-row-action-menu-items-to-a-creati…
You can override the menu (usually to add other menu items to it). When you do so you override the "Open", "Copy", "Delete" options and need to add them back in. You could override the menu and then just only add back in the "Open" option. It would look like this (the article will provide more details)
Dear Ryan, I didn't found the crt.DataGrid element in the viewConfigDiff in the code of the listpage, I found it on a FormPage, but I need it also in a the ListPage
This could really do with being configurable using no-code tools, as it's quite cumbersome to apply to every list users will see but is often important - being able to copy records which should have to be created in specific ways is often an issue for business data.
How can I remove the delete option on a Freedom UI page , I see that when I add a detail only a FormPage is created, but there is no ListPage (like in Classic UI). So is it possible to solve this in a Freedom UI detail?
Hi Julio, basically, any time you override the rowToolbarItems it replaces what is there with that you provide. Meaning, all the existing out of the box ones are gone. If you want no items there, you can just add and empty array:
rowToolbarItems:[]
However, this has the annoying side effect of leaving an empty menu that pops up when the row actions button is clicked. I'm not sure if there's a property to remove the row actions button completely, so I usually just hide it with CSS.
Note, when adding these back in, you'll need to make sure that the "items" and "primaryColumnName" values match the values from your list. For Section Lists. The "Items" and "PDS_Id" values need to be updated to match your List's property values - those can likely stay as-is for section lists, but for new lists added, you'll need to update those values. See for more: https://customerfx.com/article/adding-row-action-menu-items-to-a-creati…
Sadly, removing all menu items does not remove the 3 dots button (in current versions, at least - hopefully that changes). For now I typically just hide it with some CSS.
we use Web service element in our business process, where we set several parameters. For logging purposes we need to get JSON of request body, but there is no such option (I see only Response body)
How can we get request body from the Web service element?
I added an object based on the File object, but I can't see the newly created object in the list of file storage locations. What could I be doing wrong?
I need to add new columns that are specific to my section. Therefore, I have to create a new object. Is there a way to upload files into the newly created object?
When a new attachment storage is created according to The File Management API. The file storage will be available in the list of objects the Freedom UI Attachments component works with.
Hey, you need to name your obejct inherited from File to have suffix *File. Ex MyObjectFile. Inside that you must have column named MyObject (the one without File prefix) with lookup type as a link to you section object. After that it will appear in the list.
Please note that this issue is connected to the 8.1.2 release and in order to fix it you need to create a case directly for our Support team (support@creatio.com) so we could work with the site in question.
Please note that this issue is connected to the 8.1.2 release and in order to fix it you need to create a case directly for our Support team (support@creatio.com) so we could work with the site in question.
It is possible to have many different pages for the same object. You could do something like, from the base page, check the user role and then redirect to some version of the page for that role. However, that could get messy and would likely be easier to just have tabs for each role that show/hide as needed.
It's also possible to create pages based on database views, so in theory you could have entire sections of the same data tailored to different roles as well, but that sounds like an unnecessary amount of work, especially since you'd have to update the views every time a new field was added to the object.
If it's based on a field such as a "Type" it can all happen in the same way that it did for classic pages - that is implemented in Freedom UI.
Unfortunately, Creatio no longer supports contact synchronization with Exchange and Google. This lets you improve the security and relevance of your customer base.
Thank you for your clarifying questions. We removed this feature for several reasons:
This functionality had unresolved logical issues.
This functionality was hardly, note, hardly, used by our users.
Security-wise, an Abstract Sales Representative could synchronize the entire contact database to themselves and depart from the company, thereafter potentially utilizing or passing on the contacts to the company's competitors.
Please make sure that the URL of Identity service has the following appearance in the field: https://yoursite-is.creatio.com without a slash at the end.