Fildena 25mg is an excellent starting point for men experiencing mild symptoms of erectile dysfunction (ED). It contains Sildenafil Citrate, the active ingredient that increases blood flow to the penis during sexual stimulation, helping achieve and maintain a firm erection. This low-dose option is ideal for men who are new to ED medications or prefer a gentler approach with fewer potential side effects. For those seeking a convenient way to begin treatment, it’s easy to Buy online Fildena 25mg from trusted sources that ensure quality and affordability. The effects of Fildena 25mg typically begin within 30 to 60 minutes and can last up to four hours. It offers just the right amount of support to improve sexual performance and boost confidence without overwhelming the system. This dosage is also suitable for men who may be more sensitive to stronger medications or have certain health concerns that require a lower potency. Buy Cheap Medicine is a dependable online pharmacy offering authentic Fildena 25mg at competitive prices if you're looking for a reliable place to purchase this medication. With secure delivery and discreet packaging, your privacy is always respected. Before beginning any ED medication, consult with your doctor to determine the best dose for your needs. Don’t let mild ED hold you back—take control with a low-dose, effective solution that supports natural intimacy. Fildena 25mg is your first step toward a more satisfying and confident love life.

Like 0

Like

0 comments
Show all comments

Hello,

I hope all is well.

I am encountering issues with setting my sender domain for adding my corporate domain to the bulk email settings page. For some reason it is saying that the domain exists in another sub account. I did not do this setup before in this Creatio instance, so I am unsure why I am getting this issue. 

 

Any help would be greatly appreciated. I attached an image of the error for your reference.

If the error message is not visible from the image, I am pasting it here:

 There was an error while adding domain: Unable to set sender domain: [Domain]. Message: This domain is associated with another Sub-Account (" [Sub Account ID] ") and cannot be added to this Sub-Account. If you need this domain to be associated with more than one Sub-Account you need to remove it from the Sub-Account and add it to the main Account. Main Account domains are always available to all Sub-Accounts.

error_message_image

Like 0

Like

2 comments

Is it already set in another Creatio instance ? you can only have one at a time.

Hello,

Please contact the support@creatio.com team.

Show all comments

Hello Everyone, 

I want to know is there a way to add custom icon ( I want to add thumbsup and thumbsdown icon) in these options - 

 

Thanks

Like 0

Like

1 comments


Hello,

 Currently, adding custom icons to the system is not supported. However, there are plans to expand the standard icon library and provide the ability to add custom icons. We have attached your request for our R&D team task to increase its priority. 

 

In case of any further questions – send them in reply to this Email. We would be happy to assist!

Show all comments

Dear,

On the Classic UI we could have a thumbnail of the images in the browser:

Classic UI

But in Freedom the picto is not display:

Freedom UI


Is it possible to display the image thumbnail directly in the browser with Freedom UI?

Thank you !
Nicolas

Like 0

Like

4 comments

Hello,

Unfortunately, currently this is not possible with the out-of-the-box solution. 
If you want to display a certain image for the record, for example company logo for the account record, you can use an Image component.


You can also consider using the following marketplace solution: https://marketplace.creatio.com/app/banza-files-extended-creatio?check_…

I hope this helps! If you have any further questions or need assistance, feel free to reach out.

I have a marketplace addon coming that does this, it is still awaiting the approval for the marketplace to publish the addon - it takes a very long time for them to approve things 👎🏻 - hopefully it will be published soon. 

Hello Nicolas,

The add-on that displays image previews in the attachment list is now available in the marketplace: https://marketplace.creatio.com/app/image-previews-creatio

Ryan

Thank you Ryan
This is exactly what we needed !

Show all comments

Hi Team, I trying to use Out-of-the-Box "Bulk email recipient (audience)" view as an Object signal to feed its data in another object. Two conditions I have applied are Record Added and Record Modified; but the process is not getting triggered when the record is getting added or updated in the "Bulk email recipient (audience)" view. How can we use this view to generate signal? Thanks

Like 0

Like

0 comments
Show all comments

Hi Community,

I’m customizing a detail/list view in Creatio where each row includes fields like A1, A2, A3. One of the fields is a single text field, and I want to style individual words within this field — for example, giving each word a different background color.

This is similar to how the multi-select lookup component shows selected values with separate styling (like colored tags). I’m trying to recreate that effect for a regular text field in the list view.

To clarify:

  • I already know how to inject custom CSS using modules and global CSS variables
  • What I’m looking for is a way to apply styling dynamically at runtime, depending on the text content

Thanks in advance for your help!

Like 0

Like

2 comments

CSS alone doesn't work that way. You can't style single word within the same text using CSS. You'd need to manipulate the text so that each word would be wrapped in it's own span/div to be able to style them that way.

Show all comments

Hello Community,

Is there any way to bind the images for the articles we create in the Knowledge base, to the deployable pacakge?

Thank you

Sasor

Like 2

Like

1 comments
Best reply

Hello Sasor, 

If we're talking about Data Binding, when transferring the KnowledgeBase, it's likely necessary to also transfer the KnowledgeBaseFile, since the article references attached files in order to display them properly.

 

Hello Sasor, 

If we're talking about Data Binding, when transferring the KnowledgeBase, it's likely necessary to also transfer the KnowledgeBaseFile, since the article references attached files in order to display them properly.

 

Show all comments

Hello community

I don't know how the status field works in the Freedom section of the Knowledge Base.

Could you help me?

Like 0

Like

1 comments

Hello, 

 

To design the stages panel in Freedom UI please refer to following link: 

https://academy.creatio.com/docs/8.x/no-code-customization/category/case-designer-workflows

 

Thank you for reaching out!

Show all comments

Hi Community,

We are encountering this error when saving a business process in our local Creatio 8.1.3.6789 instance (PostgreSQL, SalesEnterprise + Marketing + ServiceEnterprise package):

 

Error occurred when saving: 23503: insert or update on table "SysLocalizableValue" violates foreign key constraint "FKYru8eiQRBeFoEfawvRwKSlCy2o"
 

The issue happens for all team members and seems related to missing schema or metadata.

Is this a known issue with this Creatio version? Any recommended fix or workaround?

Thanks!

Like 0

Like

1 comments

Hello Kani

It seems you don't have the corresponding record on the SysCulture table, try to enable the postgres log and get the insert or update that raises the error.

Show all comments

i am trying to configure/make  a filter system that let's me select a set of options based on another set of options, basically a filter system for lookups based on lookups, what i understand is using business rules like so...

if Provinsi = DKI Jakarta 

then Kota = (Dropdown => Jakarta pusat, Jakarta Barat, Jakarta Utara, etc)

if Provinsi = Aceh

then Kota = (Dropdown => Aceh Selatan, Aceh Utara etc)

 

now im trying to find a better way to filter the dropdown without going through them 1 by 1 i want to do it for 5 fields

Provinsi, Kota, Kecamatan, Kelurahan, Kode Pos

and each one needs to have the right option values

can anyone suggest a better way to handle this since i have no idea on how to do this

Like 0

Like

4 comments
Best reply

Michael Fernando Handoyo,

Hi Michael, 

I updated the screenshots in the article to reflect the current version of Creatio. https://customerfx.com/article/how-to-make-dependent-lookups-in-creatio-formerly-bpmonline/

Ryan

You can set them up as dependent lookups by adding a Provinsi column to the Kota lookup and then just one simple business rule to filter. See https://customerfx.com/article/how-to-make-dependent-lookups-in-creatio-formerly-bpmonline/

Ryan

Ryan Farley,

ok the tutorial stated for an older version of creatio(formerly bpm'online) but how do you do it on the newer version where do i find the subcategory and category folders? is it in lookup folder?

Michael Fernando Handoyo,

Hi Michael, 

I updated the screenshots in the article to reflect the current version of Creatio. https://customerfx.com/article/how-to-make-dependent-lookups-in-creatio-formerly-bpmonline/

Ryan

Ryan Farley,

thank you, now it is easier to understand

Show all comments