Hi all, Does anybody know how to store data in a rich text field without the HTML tag? There's an example in the knowledge base section; it has 2 columns ("Notes" with the "Rich text" data type to display and save article data with the html tag and "NotHtmlNote" with the "unlimited length data" data type that stores the article value without the html tag), but I don't know how it works.
The way that the OOTB KB area does it is it binds an attribute to the crt.RichTextEditor control's "plainText" property. This returns the text version of the contents. If you view KnowledgeBase_EditPage you'll see the plainText property there
The attribute there is added to the model in the viewModelConfigDiff, which is how it's bound to automatically save to that path.
Also, a side note, there's a process added from the CoPilot stuff which exists in recent versions that can be used as a subprocess for stripping out HTML tags from text, called "Trim html in text". You can use a process and pass in the InputText parameter and you'll get back the text without the HTML tags in the OutputText param. This would be easy to use as a process to save the unformatted text as well.
The way that the OOTB KB area does it is it binds an attribute to the crt.RichTextEditor control's "plainText" property. This returns the text version of the contents. If you view KnowledgeBase_EditPage you'll see the plainText property there
The attribute there is added to the model in the viewModelConfigDiff, which is how it's bound to automatically save to that path.
Also, a side note, there's a process added from the CoPilot stuff which exists in recent versions that can be used as a subprocess for stripping out HTML tags from text, called "Trim html in text". You can use a process and pass in the InputText parameter and you'll get back the text without the HTML tags in the OutputText param. This would be easy to use as a process to save the unformatted text as well.
I need to have columns in the data grid with 60px width and no more than that. The minimum currently allowed I think is 114px. Setting a smaller width in grid code is not working, no matter the value I set to the column width, it shows with 114px width.
Also if final user tries to reduce the width dragging the column border, is stuck at that predefined min value.
Unfortunately, this is not possible to change the column width. We will submit this idea to our development team, and it might be implemented in future releases. Stay tuned for the updates, and thank you for helping us to improve our products!
For Financial Services Creatio product lineup, thre is BaseFieldsDetail schema of the BaseFinance package to set up details with fields. This package is available only in Financial Services Creatio product lineup.
I need to enable the Product Parameters Terms using the Field Details in Freedom UI. What is the best way?
This is the view of the field detail in Classic I'm trying to replicate
We would like to clarify whether you would like to 1. introduce the adaption of this detail in Freedom UI version of the same page 2. or whether you wish to develop this detail for another section?
The closest element to a detail from Classic UI in Freedom UI is an expanded list that would refer to the elements of the relevant object
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.