Autonumber
Studio_Creatio
8.0

Hi all,

I would like to create an autonumber format with the following pattern:

LOS-dd/MM/yyyy-autonumber
Example of the expected result:
LOS-01/02/2025-00001

I have tried using the Autonumber option on the object field (as shown in the screenshot), but it only supports a static prefix and sequential numbers. It does not support adding dynamic elements such as the current date (dd/MM/yyyy).

How can I generate an automatic number with this format?

Thank you.

Like 0

Like

0 comments
Show all comments
AI
Side Panel
Studio_Creatio
8.0

Hello,

We have a client upgrading to 8.3.1 that is not ready to use AI. How can we hide the AI side panel to ensure users are not trying to work with the AI without permissions

Like 0

Like

2 comments
Best reply

There is an operation permission "Can run Creatio.ai" (Code CanRunCreatioAI). Remove All employees from that permission. Once users log out/in the AI panel will no longer show.

Ryan

There is an operation permission "Can run Creatio.ai" (Code CanRunCreatioAI). Remove All employees from that permission. Once users log out/in the AI panel will no longer show.

Ryan

Perfect! Thanks!

Show all comments
DownloadError
Studio_Creatio
8.0


I get an error when trying to install Customer360

2025-12-11 17:03:31,397 System.IO.FileNotFoundException: Error occured when attempting to download the package archive from the 'https://marketplace.creatio.com/sites/marketplace/files/distribution/2025-11/CrtCustomer360App_1.13.43.zip' repository to the '' local folder ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: Попытка установить соединение была безуспешной, т.к. от другого компьютера за требуемое время не получен нужный отклик, или было разорвано уже установленное соединение из-за неверного отклика уже подключенного компьютера 52.31.26.85:443
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
   --- End of inner exception stack trace ---
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at Terrasoft.Core.ServiceModelContract.PackageInstaller.AppInstallerServiceInternal.<>c__DisplayClass27_0.<DownloadApp>b__0()
   at Terrasoft.Core.ServiceModelContract.PackageInstaller.AppInstallerServiceInternal.<>c__DisplayClass27_0.<DownloadApp>b__0()
   at Terrasoft.Core.ServiceModelContract.PackageInstaller.BaseInstallerServiceInternal.InvokeWithLogging(Action action)
Like 0

Like

5 comments
Best reply

I fix it with manual installing. Install Customer360 from the link, and import app from zip 
 

delaiiii go bratt delaiii

I fix it with manual installing. Install Customer360 from the link, and import app from zip 
 

Ermek Nakypov,

tnx brat, ty real pomog!

Baiel,
bratishka, obrashaysya.

Tvoi dear Bratan
Ermek Nakypov

Ermek Nakypov, 
Ok, Son, my lovely son! Gift for u

Show all comments

Hi Team,

I wanted to check if there is a way to change the labels in the approval panel—specifically, updating “Positive” to “Approved” and “Negative” to “Declined.”

Please let me know if this is configurable or if any customization is required to achieve it.

Thank you!

Like 0

Like

0 comments
Show all comments
Setup_filter_popup_freeze
Studio_Creatio
8.0

Hi Team, Setup filter popup is getting freezed when we try to open the set up filter option for the folders . I am using the local environment on Windows home edition.

File attachments
Like 0

Like

4 comments

Hello!
We recommend creating a case so our support team can further investigate the issue.

Thank you

May I know from where we can create case 

ARSHAD PASHA MOHAMMED,

please write to support@creatio.com with all details regarding the issue.

Daria Spirina,

Thanks for the reply , I have posted the question from the success portal -https://success.creatio.com/0/Shell/#SectionModuleV2/PortalCaseSection/…

 

Show all comments

Hello, I'm trying to insert the lookup column "Priorità" in a list page but for some reasons it is not shown in front-end even though everything looks fine in the source code associated with the list page. Do you have any idea why this is happening?

 

Like 0

Like

1 comments

Hi Domenico,

You might need to "Reset to default list settings" after column is added in order to view the new column in the list. It is available by clicking three dots available on the top right of list.

Thanks,
Manoj

Show all comments

Good Morning,

I am new to Creatio, and trying to create a dashboard for our internal team that shows Creatio Session logins by Organization role and/or User/Contact. What I need to see his now many session login by Month. I know this data exists in the Active User Statistics, but I am having trouble getting the username for these logins.

Would my starting point be the Active Users Statistics object, user, or some other object? 

Any help for this newbie would be welcome. Thanks!!

Like 1

Like

3 comments
Best reply

I would use the "User session" object and then group by user. The User session object stores the individual sessions started/ended for a user, you can get to the user from that object as well. The "Active Users Statistics" is only a summary count of sessions, not the sessions by user etc. 

Ryan

I would use the "User session" object and then group by user. The User session object stores the individual sessions started/ended for a user, you can get to the user from that object as well. The "Active Users Statistics" is only a summary count of sessions, not the sessions by user etc. 

Ryan

Ryan Farley,

Ryan, this worked great. Would you happen to know how to drill into a user record by role (Organization Role). For instance, if I wanted to see how many unique session per month for a particular org role that is assigned to a set of user (Like Sales, IT, etc)? BTW thank you very much for your help.

Greg Sinclair,

Not completely sure you could do that without some dev work. Maybe? Possibly I'm just not thinking through how to organize it. Since a user can have multiple roles and User session is tied to a user. What I would likely do is create a database view to flatten out the data between UserSession and SysAdminUnit (org roles I believe are SysAdminUnitTypeValue of 0 or 1, functional roles 6) with ConnectionType=0 for internal users. Then join between there to UserInRole and then UserSession. Then use that for the dashboard. 

Show all comments
edit page
Studio_Creatio
8.0

Hi;
I set Boolean field on edit page
it looks fine but when i want to change value i have to click on label not on the checkbox.
html looks like this


    
        No Payment Disposition
    
    
        
            
        
    


I try to add jQuery
            

$("#UsrClaimRequestsPageUsrNoPaymentDispositionFieldCheckBoxEdit-wrapEl").bind("click", function() {
                this.onClickNoPaymentDisposition();
            });
putting different IDs of input span div
but it doesn't work,

Does anyone can help me?

regards
Tomek

Like 0

Like

1 comments

Hi,

It’s quite difficult to determine the exact cause of the issue without seeing the full page configuration.

Since such UI behavior can depend on the full page layout, custom containers, or extended code, we would also recommend contacting Creatio Support so they can analyze your configuration directly and assist further with the investigation.

Show all comments

Hi Team,

I dont have knowledge on .NET framework , But I want to learn the Creatio Developer skill . Please suggest how to proceed . Is E-learning sufficent to take Creatio Developer certification

Like 0

Like

2 comments

Hello,

After learning .NET Framework on your own, consider starting a course guided by our trainers on the development within Creatio:
https://academy.creatio.com/training

Best regards,
Ivan

Ivan Savenko,

Thanks for the reply , Do we need to learn only fundamentals or need to expertise the .NET framework .

Show all comments
Studio_Creatio
8.0

I need to take the image of tab in the Form page which has reports/charts in it and should add as attachment when we try to send an email using a button in Form Page

I tried using Send Email and I have doubt in approaching with Process File. 

Can any one help me with this?

Like 0

Like

3 comments

Hello,

Could you please clarify what you mean by "I need to take the image of tab in the Form page which has reports/charts in it"?
Are you referring to an image that is already attached on the form page, or do you intend to automatically generate an image (a screenshot) of the form page or tab and then attach it to the email?

Hi Andrii Kendzor
 

The Scenario is, In Account, if we have tab that consists of some charts in it, I have one button 'Send Email' in Account, if we click that button, I need that chart data to be added in the email and email should get triggered. 

Including the charts in the email is my main task.

I hope you got my question. (Ignore about image in the above comment)

 

Hi Anish Varma Ch,

Thank you for the clarification.

Creatio does not provide functionality to automatically extract a chart from a page and insert it into an email. Charts in Creatio are UI visualization components, and they cannot be directly embedded or transferred into email content.

If your goal is to include the underlying data, you can create a business process that reproduces the same filtering logic used in your chart. This will allow you to retrieve the numerical data, although without the visual representation.

If the visual aspect is important, a possible workaround is to use an HTML block in your email template and manually generate a chart using the data obtained from the business process. This approach requires building the visualization from scratch within the email.

Alternatively, as you mentioned in you first message, you can manually take a screenshot of the chart, set the email to be sent manually, and attach the image to the email before sending.

Show all comments