Where can I get all details on allowed formula systax and possible functions allowed to use
For example I was working to extract month & year from date and it was not so easy to understand best function allowed in business process formulas windows.

Looking for more details in addition to what we can see here:
https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/bu…

Like 0

Like

1 comments

Formulas are C#. Creatio does have a few built in functions that can be used in formulas, but for the most part, it's a better approach to just think of it as C#. For extracting the month and year from a date, you'd just use C# syntax for Year and Month. For example:

[#SomeDate#].Year

Ryan

Show all comments

Hello Everyone!,

Is there a way to fetch the conversation history that is located in the "Case" module through API?

Like 0

Like

0 comments
Show all comments

Hi All, I am trying to create a simple business process to add a new record in my custom object (EMAIL KPI) as soon as a record is inserted in BulkEmailTarget (Response in Email) object. I have used signal (record added) in BulkEmailTarget (Response in Email) to create such a business process; but the process is not triggered when a new record is added to the BulkEmailTarget object. What am I missing here?Thank you

 

 

 

 

 

Like 0

Like

0 comments
Show all comments

Hello

I'm trying to mark a boolean as required, but that option doesn't appear in the settings.

Does anyone know how I can mark the checkbox as required?

Fig. 1 Set up a Checkbox field

 

Thank you. 

 

Like 0

Like

2 comments

Making a checkbox required would only mean it can be checked (since there's no difference between unchecked and not filled in). Alternative approach is to use a lookup with Yes/No values (since then there is also a not filled in)

Hello Ryan Farley,

What happens is that I have a set of questions with three answer options each, and for each question, only one option needs to be filled out. I have a business rule that marks the boxes as required, but when one of them is selected, it disables the other two and makes them optional. The problem is that once you select a box and uncheck it, the required  disappears, allowing you to save with the three options blank. That's why I want to make the checkboxes required from the configuration.

 

And the reason for the checkboxes is that I require the checkmarks to appear in the Word report.

 

 

 

Show all comments

Hi community,
    I have a use case where i want to include the images in printable reports in which i have to use the images which is uploaded in the attachements. Kindly tell me how to do this.

Thanks

Like 0

Like

1 comments

Hello,

Adding images to a printable form is possible using basic methods — the key is to correctly drill down and select the right column.

You need to create a table part in report with the required object. After that, add a column as follows:

image.png

image.png

image.png

I hope this helps. All the best!

Show all comments

Hello Community,

While working with the loader using <strong>sdk.MaskService</strong>, I'm trying to figure out how to display a custom message during the mask operation.

Here's the code I'm using:

let mask = new sdk.MaskService();
mask.showBodyMask();

// Code here

mask.hideBodyMask();
 

1. How can I display a custom message (e.g., "Loading Data, Please Wait...") while the mask is active?

2. Also, how can I apply the mask to a specific container?

Looking forward to your suggestions.

Regards,
Ajay K

 

Like 0

Like

2 comments
Best reply

The Freedom UI/new shell mask does not currently support displaying a message. Optionally, you could display a toast message in addition to showing the mask.

It only supports blocking the entire app/shell, not for specific containers only.

The Freedom UI/new shell mask does not currently support displaying a message. Optionally, you could display a toast message in addition to showing the mask.

It only supports blocking the entire app/shell, not for specific containers only.

Ryan Farley,

Thank you for the information.

Show all comments

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 &ndash; 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

2 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. 

Show all comments