In the classic UI, there is an element that allows you to send emails, chat, etc. that is towards the top of the page by default and looks like the following screenshot:
How can I get the same functionality in Freedom UI? I am specifically asking because I am trying to use the Twilio SMS Connector app (the rightmost icon), and can't seem to figure out how you are supposed to manually send a text message in Freedom UI pages outside of this option other than building a business process from scratch. If I need to I can do so, but if there is already a solution I would prefer to use that.
There are no plans to add channels in the near future, but it may be available as a Marketplace add-on in the future.
We have registered your request for implementation in future releases. However, you can still use the classic UI if Freedom doesn't meet your needs for various reasons.
If you have any additional questions, please reply to this email. We'll be happy to assist you.
There are no plans to add channels in the near future, but it may be available as a Marketplace add-on in the future.
We have registered your request for implementation in future releases. However, you can still use the classic UI if Freedom doesn't meet your needs for various reasons.
If you have any additional questions, please reply to this email. We'll be happy to assist you.
This option is not currently available in Freedom UI. We have already created a request for the R&D team to add this functionality and hope to see it in the next update.
We have double checked it with the responsible team and unfortunately, it is not possible to setup Time specifically in this filter. The issue here is that name Date/Time is confusing for the users and therefore we have registered this problem for our R&D team to either change the filter name or add the ability to also apply a filter by time.
We have double checked it with the responsible team and unfortunately, it is not possible to setup Time specifically in this filter. The issue here is that name Date/Time is confusing for the users and therefore we have registered this problem for our R&D team to either change the filter name or add the ability to also apply a filter by time.
Hello, I have a [Object A] form page where I have an Expanded List (detail) inside it [Object B] created. In [Object B] I need to have multiple records, so now I need to make a relationship between [Object A] and [Object B], but the app doesn't show me a relationship between IDs or anything like that.
I've already tried manually creating a Lookup inside [Object B] pointing to [Object A], but I was wondering if there's a better way to do it?
You need to create one-to-many relations between these objects. To do this, you need to create a lookup column in each object that will refer to another object. After that, you will be able to use filters and relationships to display and customize the necessary lists. You can't do it using no-code elements because this connection is set up at the object level.
You need to create one-to-many relations between these objects. To do this, you need to create a lookup column in each object that will refer to another object. After that, you will be able to use filters and relationships to display and customize the necessary lists. You can't do it using no-code elements because this connection is set up at the object level.
I believe you can add the image bytes into the SysModule record, however, I don't know of any easy way to do this without creating something to load the bytes into the table. The no code tools only allow for selecting from the list of choices.
Does anyone know what table they are in, I need to reset them once a year.
We, when a record is generated with Autonumber, we add to the Autonumber field, the year. So we need each year to have a new numbering, starting with 1.
The AutoNumber value is stored in a Sequence in the database (Postgres Sequence for cloud instances). For example, you can get the last value of a sequence using this query: SELECT last_value FROM "Contact_RId_seq".
To reset a sequence, you can use the following query: ALTER SEQUENCE "seq_name"
RESTART WITH 0;
I have not visible this table from a Creatio Cloud instance, I've enabled an autonumber field in contacts, for example, and not available the table mentioned by @Mohamed, see it
1- You can run a custom SQL query from a Task Script. 2- No, you don't have access to the sequences. 3- The sequence name is identical to the column UId. You find it in the source code tab of the Object in Advanced settings.
Once you add the autonumber column, you'll need to get the UId for the column. You can open the object then select "Open metadata" under the Actions menu, the find the column and get the Guid for the UId.
That is the name of the sequence in the database. If needed, you can use that to get the next sequence value using this where the guid is the UId for the column (for Postgresql):
Yes, for now to reset the value it requires the database update (either by Clio, SQL Executor, or asking support to update the value). I do hope we'll get a UI to manage that at some point. The prefix is also set at the object level now, instead of a system setting - so that now requires an object publish to change rather than updating a setting.
Yes, unfortunately at this moment there is no possibility to reset sequence using No Code. But you can always contact support, and we will be happy to do it for you. We have created a request to the responsible development team to add this functionality in future releases.
Somebody knows how to enable use Ststic Filders in Freedopm UI Sections to new sections?
I have enabled the IsAllowUseStaticFolders Feature, also added my object to "Schemas for enable static folder in folder tree" lookup and still have not enabled in my section to add static folders. What's wrong/missing?
I am currently working on a functionality within our Creatio system where I need to open a mini page that is part of the Classic UI by clicking a button in a Freedom UI section. Despite my efforts, I have encountered some challenges in achieving this integration.
Could you please provide guidance or any relevant documentation on how to successfully link and open a Classic UI mini page from a button click within a Freedom UI section?
Any tips or best practices you could share would be greatly appreciated.