Studio_Creatio

I have a question regarding creating a BPM in my environment.

When I select Contact.Id in the process (as shown in Action 1.png) and then save the process, it later shows only Contact instead of Contact.Id (as shown in Action 2.png).

 

 

 

 

 

 

Like 0

Like

2 comments

Both are equivalent. When checking if a lookup (in your case Contact is a lookup on System Administration Object) is equal to some Id, Creatio will be checking the lookup's Id against that parameter. So both are equivalent, so I guess Creatio simplifies it when saving.

Hello,

This behavior is expected. At this level of the BPM, Contact and Contact.Id are effectively the same. The system automatically resolves the primary key (Id) for the Contact object, so explicitly specifying .Id is not required.

When the process is saved, the designer simplifies the reference and displays it as Contact, since the identifier is implicitly assumed. Functionally, there is no difference in execution or behavior between selecting Contact.Id and Contact in this context.

So the disappearance of .Id after saving does not indicate an issue and does not affect how the process works.

Show all comments
Studio_Creatio
8.0

Could you please explain how I can obtain Creatio Studio so that I can install and run it locally on my machine?
I would like to know the available options for downloading the local/on-premise version, including any prerequisites, licensing requirements, and installation steps.

Thank you in advance for your support

Like 0

Like

1 comments

Hello.

To obtain the Creatio installation files for local deployment, please contact the support team directly at support@creatio.com.

Instructions on how to deploy the local instance are available here:
https://academy.creatio.com/docs/8.x/setup-and-administration/category/on-site-deployment

Best regards,
Antonii

Show all comments
FreedomUI
recordpermission
Object Permissions
permissions
organizational roles
Studio_Creatio
8.0

Access rights need to be assigned at the object level based on roles. 

Our requirement is two-fold:

  1. Assign permissions to specific roles, and
  2. Assign permissions to specific users within a role, based on certain filter conditions.

For example:

  • The X role has role-based permissions, but these permissions must be overridden for certain users within the same role based on filters.
  • For other roles like Y, all users in that role should have access to the records without any additional filtering.

We already have a business process that manages this logic, but the challenge is the large volume of records. Whenever we add a new role to the permission set, we must update the object-level permissions again. This unintentionally exposes all existing records to all users in the X role.

To correct this, we must re-run our business processes on all existing records to ensure that only the intended X users retain access, not everyone in the role. This becomes a very manual and time-consuming activity each time any permission change is required.

Would like guidance on how to achieve this more efficiently, ideally through customization, given the volume of records involved.

Like 0

Like

0 comments
Show all comments

Hello. I deleted old pools in IIS and configured new Creatio. Its started succesfully, but when i fill username and pass fields in http://localhost/CREATIO/ it opens new page http://localhost/CREATIO/0/Shell/ and redirect to login page(http://localhost/CREATIO/). I have full grants to my local directory (C:\Demir\Creatio) 

Like 2

Like

1 comments

Hello.

I recommend checking the following points:

– Verify whether the application was deployed in accordance with the official deployment instructions and whether all required settings were configured correctly:
https://academy.creatio.com/docs/8.x/setup-and-administration/category/on-site-deployment

– After that, open the browser’s developer tools, reproduce the issue, and review the Console and Network tabs for any errors. This should help identify where the problem occurs.

– Additionally, review the application logs and analyze any recorded errors. Information about log storage locations is available in the following article:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/development-tools/logging/nlog

By default, logs are stored in C:\Windows\Temp\Creatio for applications deployed on Windows, or in the Creatio application directory when deployed on Linux.

Best regards,
Antonii.

Show all comments
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

1 comments

Hello,

The standard Autonumber field in Creatio is limited to a static prefix combined with a sequential counter and does not support dynamic components such as the current date. For this reason, the required format cannot be achieved using the basic autonumber settings alone.

To implement such a format, a custom mechanism is required. This is usually done by generating the value at record creation time using a business process or custom logic that determines the current date, maintains a sequential counter, and assembles the final value before saving it to the field.

Alternatively, the same result can be achieved by implementing autonumbering in the same way it is done for out-of-the-box sections such as invoices, cases, or contracts. In these sections, numbering is generated using an autonumber mask handled by platform logic rather than a simple object field setting. Replicating this approach for a custom object also requires development effort, but it allows full control over the number format and behavior, including dynamic elements.

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