I have encountered an unusual problem.

Task: On the main page, create a button that opens a custom module with a detail. There are entries in the details and a help field that takes the user to the "Case" page.

I created a custom module, extend from "Terrasoft.BaseSchemaModule" and "schemaName" and "entitySchemaName" to my schema and entity.

There are no problems with the display, but when I go from my module to the "Case" page and want to return:

1. The "Close" button is triggered only the second time

2. It returns me to the main page and not to my module.

I tried to open my custom module through the "sandbox.LoadModule" - the "Close" button started working immediately, but I still returned to the main page

 

 

Like 1

Like

0 comments
Show all comments

Hello everyone!

The problem is as follows:

A user is not created when syncing with LDAP, although the LDAP element itself comes to Creatio (I checked the LDAP Element in the directory) and the business process works without errors during synchronization.

Tell me, please, what could it be?

 

---

Всем привет!

Проблема следующая:

Не создаётся пользователь при синхронизации с LDAP, хотя сам элемент LDAP в Creatio приходит (проверил по справочнику Элеменет LDAP) и бизнес-процесс отрабатывает без ошибок при синхронизации.

Подскажите, пожалуйста, что это может быть?

Like 0

Like

1 comments

Добрый день.

Вы можете настроить Debug режим для логера Ldap в файле nlog.settings в папке Terrasoft.WebApp.

Расширенное логирование позволит вам узнать какие этапы синхронизации прошел ваш пользователь.

Show all comments

Hello,

we need to store long encrypted string in Lookup object. We have added Encrypted text field to the object, but when try to save string, get an error: "Maximum text length exceeded (1674/500)"

 

How is it possible to save long text in encrypted text field?

 

Thank you!

Like 2

Like

1 comments

Hello,

 

We have registered the idea and forwarded it for consideration to the responsible team for further review and release in one of the upcoming versions.

 

Currently, only workarounds at the client's business logic level are possible: either using a regular text field with maximum length and performing encryption of the value before saving and decryption after retrieval at the business logic level, or using two "Secure Text" fields and splitting your string into two substrings, storing them in the two fields, and concatenating them upon retrieval.



 

Show all comments

So i was using MS Word plugin some time and it worked perfectly. 

One day i tried clicking Connect inside Word and i had this error message :



'.', hexadecimal value 0x00, is an invalid character. Line 1,position 1.



Tried updating Net, uninstalling and installing older/newer version of MS word plugin. Nothing helped. 



Any ideas? 



Thanks!

Like 1

Like

1 comments

Hello!



I'd suggest to approach the support team via support@creatio.com to have a closer look at the error.

It is hard to determine the root cause without having the access to the Word plugin itself. 

 

Thank you,

Kate

Show all comments

Hello!



When user clicks "Follow the feed" (e.g. in exact Document), they expects to receive notification in CTI-panel on every Feed/Comment added to that Document. 

 

However notifications do not appear. Is it normal behavior or anything wrong?

And is there any option to notify users about Feed/Comment added to the Document they follows?



Thank you

Like 0

Like

1 comments

Hello Vladimir,



It's expected behavior.  



As for now, your business task could be achieved by business process. 

Show all comments
Question

I got a strange error when trying to open Preconfigured page on UAT envirinment

no changes on the process or page has been made recenty.

The page has not been even started



Terrasoft.Common.InvalidObjectStateException: Column Id value cannot be obtained because it has not been loaded.

 

Like 0

Like

2 comments

Hello,

 

Please make sure to contact our support team directly at support@creatio.com and describe this issue in more detail, so we could help resolve it.

thx Mira.

it correctet itself.

its looks the engin cant localize any paremeters or page.

But its start working



regards

Tomek

Show all comments

Hello Creatio Community,

I can not add records in a custom detail added in the Account section.

When i Click the plus sign of the detail nothing happens.

From F12 i get a very generic issue (Can not read properties of undefined (reading ' toLowerCase'). How can i further debug/solve the issue ?

Thank you

Sasori

Like 0

Like

4 comments

Hello Sasori,

 

unfortunately, it is quite difficult to analyze the issue like as there might be too many different reasons for such an error.

 

I kindly recommend you creating a separate support case and our team will help resolving the problem you are facing.

 

Kind regards,

Gleb.

Thank you Gleb :)

I was having similar issues.  What I found out is it depends where the detail is at.  For example I was creating a detail around work history.. One of the default fields was contact.  If I entered any contact other than the employee I was looking at it wont show on that contact record.  There is a logical dependency there...  I took the contact component out and works fine....  @Sasori... that is My guess as to what you are running into.

Jason Miller,

Thank you very much Jason !

Show all comments

Good day!


I need help to understand an error during install of package.

Terrasoft.Core.Packages.Exceptions.InvalidDescriptorInFileSystemException: Invalid discripter: 
Reading of property "Type" is not supported 
Path: UsrTest ---> Terrasoft.Common.InvalidObjectStateException: Reading of property "Type" is not supported
   at Terrasoft.Core.Packages.PackageFileStorage.Read(DataReader reader, Package package) 
   at Terrasoft.Core.Packages.PackageFileStorage.b__201_0(JsonDataReader reader, Package package) 
   at Terrasoft.Core.Packages.PackageFileStorage.InitializeDescriptor[T](Action2 initializeDescriptor, String descriptorFilePath, T descriptor) 
   at Terrasoft.Core.Packages.PackageFileStorage.CreatePackageDescriptorBasedOnDirectory(String directoryPath, Action2 initializeDescriptor) 
   --- End of inner exception stack trace --- 
   --- End of inner exception stack trace --- 
   at Terrasoft.Core.AppInstallation.Packages.Operations.PackageZipOperations.ThrowIfPackageStorageItemErrorsExist(PackageStorage packageStorage) 
   at Terrasoft.Core.AppInstallation.Packages.Operations.PackageZipOperations.Load() 
   at Terrasoft.Core.AppInstallation.Packages.Backup.ZipPackageBackupManager.ComposePackages(String sourcePackagesPath, String tempFilesPath) 
   at Terrasoft.Core.AppInstallation.Packages.Backup.ZipPackageBackupManager.CreateBackup(String sourcePackagesPath, String tempFilesPath, String backupPath, String code) 
   at Terrasoft.Core.ServiceModelContract.PackageInstaller.PackageInstallerServiceInternal.<>c__DisplayClass25_0.b__0() 
   at Terrasoft.Core.ServiceModelContract.PackageInstaller.BaseInstallerServiceInternal.InvokeWithLogging(Action action) 

Install log is in the attachment.



It works without any errors and is imported correctly in other systems (on versions higher).



Is there something I can change in the package? Or is it a problem in the system I import package in?   

How can I fix this?



Thank you in advance!

File attachments
Like 1

Like

2 comments

Hello,

 

The cause of the problem is the difference between the versions of websites of Сrеаtio that you used during the development of your package versus installation.

Kalymbet Anastasia,

Dear Anastasia, 



Thank you for expllanaition. Is there any possibility to make my package suitable for versions lower than original?

Show all comments

I'm having an issue where no previously created activities are appearing in the mobile application when toggling to Offline Mode.

 

Can anyone provide insight on where to look for a fix?

Like 1

Like

1 comments

Stephen, 



Just to clarify, so the issue is when you create an activity using an Online mode and switching to Offline, the activities you have created previously are not available in offline mode? 



Kind regards,

Roman

Show all comments

 

Can Creatio work with 3 RMQ instances without a load balancer? Is there any documentation on this?

Like 0

Like

1 comments
Best reply

Hell Alex,



RABBITMQ does not require load balancers for its work.

 

If the question is how to set up deployment with high availability, RabbitMQ cluster mode is used for this.

 

Several nodes are configured as a cluster and data are replicated between them automatically. More information can be found in the article Clustering Guide - RabbitMQ.

 

As for the Docker/Kubernates is, we can recommend images from the bitnami company - containers/README.md at main · bitnami/containers · GitHub, clustering is already configured there and there is also good documentation.

 

Creatio uses Quorum Queues — RabbitMQ, so you don't need to configure anything besides connecting to the cluster. But this applies specifically to the work of creatio with RMQ. If the question is about the mail microservice, this paragraph is not relevant.

 

Hell Alex,



RABBITMQ does not require load balancers for its work.

 

If the question is how to set up deployment with high availability, RabbitMQ cluster mode is used for this.

 

Several nodes are configured as a cluster and data are replicated between them automatically. More information can be found in the article Clustering Guide - RabbitMQ.

 

As for the Docker/Kubernates is, we can recommend images from the bitnami company - containers/README.md at main · bitnami/containers · GitHub, clustering is already configured there and there is also good documentation.

 

Creatio uses Quorum Queues — RabbitMQ, so you don't need to configure anything besides connecting to the cluster. But this applies specifically to the work of creatio with RMQ. If the question is about the mail microservice, this paragraph is not relevant.

 

Show all comments