Hello community,

 

I need to add two lookup columns to an edit page connected to the same object but with different displayValue. I have read this article https://community.creatio.com/ideas/multiple-display-values-same-lookup and I would like to know if this feature was finally implemented.

 

Thank you!

 

Like 0

Like

1 comments

Hello,



I believe your business task could be achieved by this MarketPlace add-on.

Show all comments

Hello,

 

I need to add some code when opening a record in edit mode so I have overwritten the method "openRecord" in the section Schema. When I open the record from the List view, the method does execute but from the Dashboard view it is not. 

 

Does a different method execute when opening the record from the Dashboard view? In that case I would like to know which method is executed in order to overwrite it.

 

Hope you can solve this issue.

Thank you in advance!

Like 0

Like

3 comments

Hi, 

If I understand your task correctly, you need to use the method onEntityInitialized. An example of this you can find in this article, there when the page is opened we fill in the value for some field.

Hi,

 

The problem is that before opening the record, I need to execute a business process in which the record permissions are modified. I have tried to add it on the onEntityInitialized but as the record is already openned, the permissions cannot be modified.

 

Thank you!

In that case, try using the method init(). 

If I understand your task, when you open a page you want to run a process that will modify the rights to this page, and if the user doesn't have that anymore, the page will not open. If init didn't work I recommend you to write a business process that will run periodically and will update access rights to records without needing to do it every time someone tries to open a page.

Show all comments

InvalidArgumentException: invalid argument: Unsupported locator strategy: 0

Вот такая ошибка появляется после логина в систему на дальнейшие любые действия с локаторами. Локаторы корректные, действия с ними после их загрузки в DOMе. На всех других версиях отрабатывает корректно (конкретно версия 7.15.3.1649, на других версиях 7.15.3.... - все работает нормально).

Использую Java, Maven, Selenide, TestNG, Chrome.

Подбор больших-меньших версий Selenuim-chrome-driver ничего не дал.

Нашел решение: запуск на версии Chrome и chromedriver меньше 76 (начиная с 75).

Может кто-то сталкивался с данной проблемой и может объяснить в чем проблема?

Like 0

Like

1 comments

Добрый день!

Со стороны системы могу сказать, что нам не приходилось сталкиваться с такой ситуацией. Мы используем Selenuim для проведения тестов, однако, подобную ошибку видим впервые.

Если никто из других пользователей не сможет вам помочь, рекомендую создать обращение в поддержку с точным описанием ваших действий при появлении ошибки, что и как вы настраивали и так далее.

Show all comments

Hi,

 

is there a way to change to name of the browser tab depending on which page you're in?

Example: You're in a case and want to have the case number displayed in the browser tab name for a better overview.

Like 0

Like

1 comments

Hello,

 

You can customize only the favicon and the company's name in the browser tab. Detailed instruction can be found in the Add corporate logo Academy article

Unfortunately, there are no ways to customize tabs according to your business task at the moment. The idea to extend the possibility of browser's tab customization is already accepted by our R&D team. 

Show all comments

Hi community,



I want to modify the value of the field "Notes" from a process but the field does not appear in the block "Modify data". We have checked the object "Case" and the field does exist. Hope you can tell me the reason.



Thank you in advance!

Like 0

Like

0 comments
Show all comments

Hi everyone, We have installed the Mailbox section for Creatio (https://marketplace.creatio.com/app/mailbox-section-creatio) for a customer however we have run into an issue. Every time we try to add it, we get a 400 bad request in the browser console, and it does not get added. Clearing the browser cache doesn't seem to do anything as we can still reproduce the issue Has anybody experienced this issue before or knows of a workaround? Any assistance would be appreciated!

Like 1

Like

3 comments

Harry,

 

can you please go to the Workplace setup, delete any existing Section, save, then add it again along with the Mailbox section?

 

Please, let us know whether it helped.

 

Kind regards,

Gleb.

Hi Gleb,

 

Thank you for the suggestion, it is appreciated.

 

We have attempted your solution and unfortunately it doesn't resolve this issue.

 

Any other potential solutions are appreciated.

Dear Harry,

 

unfortunately, it is difficult to analyze the problem in such a way.

I would recommend creating a case for the Support team so we can take a closer look at the issue.

 

Regards.

Gleb.

Show all comments

Hi,

 

I need to place a checkbox in the center of a grid cell. I have tried with a text label and I could justified it by adding the following code to the diff property of the attribute:



"styles": {

     "labelStyle": {

          "textAlign": "center"

     }

}

 

The label finally looked like this:

However, I did not find a way to center a checkbox field into the grid:

I hope you can offer me a solution. Thank you in advance!

Like 0

Like

1 comments

Hello,

As a suggestion, you may modify the diff part of these elements, so that they will be in the same container.

After that, you should apply a needed style to both elements.

In this article, you can find an example of how to center different elements.

Show all comments

Good Morning,

We are trying to export an excel file with macro in it.

After installing IntExcelExport we manage to extract the date we need in an excel file.

We wanted to do the same with an excel template containing a macro.

We could not do that, the upload to Creatio of the sample file does not produce an error but it generate a corrupt file.

 

it is very easy to reproduce the issue:

1-You need to install the add-on  IntExcelExport.

2-Create a new Custom extraction.

3-Inport an excel template with macro in it (Microsoft Excel Macro-Enabled Worksheet (.xlsm) or Microsoft Excel 97-2003 Worksheet (.xls)).

4-Try to generate any king of report (the generated file will be corrupted and will not open)

 

Could you help us please to manage to generate a excel file with macro in it.

Should we use another product?

Thanks.

Best Regards.

Yassine

Like 0

Like

2 comments

Hi Yassine,

I'm sorry to say that the Excel reports builder does not support Excel templates with macros. There are no similar apps for your consideration at this time.

Irina Lazorenko,

Hi Irina ,

Thanks for your response.

I found a workaround, i will just include a link to the macro in a different file already existing in the download folder.

It is not ideal but if it works it is ok :)

 

Best Regards.

Yassine

Show all comments

Hi,



Need to update an instance with redis installed on CentOS linux. We need to indicate the redis path in the install.xml file. On the linux server it is installed in the standard "dir /var/lib/redis " . So we added "var/lib/redis" or "/var/lib/redis" with no success.



 





There is no indication about "RedisPath"  in the update guide https://academy.creatio.com/docs/release/update-guide/update-guide and we are stuck on the naming convention that Creatio requires.



Any ideas ?



Thanks,



Damien

Like 0

Like

1 comments

Hello, Damien!

 

The following instructions can help you to chieve the result you are looking for: Installing updates

There is a part related to commenting on the field when Redis is deployed on another machine. 

Show all comments

Hello Community,

I need the filter options of a customer portal page within regular sections. I need to hide the advanced filter menu from the section filtering menu.

Do you have any idea of how to do so?

 

Thank you in advance, have a nice day! 

Like 0

Like

2 comments
Best reply

Hello,

 

In the replaced BaseSectionV2 module you need to:

 

1) define the GetExtendedFilterConfig PTP message with the subscribe direction:

"GetExtendedFilterConfig": {
					mode: this.Terrasoft.MessageMode.PTP,
					direction: this.Terrasoft.MessageDirectionType.SUBSCRIBE
				}

2)  subscribe to the message:

subscribeSandboxEvents: function () {
					this.callParent(arguments);
					const quickFilterModuleId = this.getQuickFilterModuleId();
					this.sandbox.subscribe("GetExtendedFilterConfig", this.onGetCustomFilterConfig,
						this, [quickFilterModuleId]);
				},

3) in the onGetCustomFilterConfig method handler disable the advanced filtering:

onGetCustomFilterConfig: function() {
				return {
						hasExtendedMode: false
					};
			}

An example of the code used in the portal can be found in the BaseDataView module.

 

Best regards,

Oscar

Hello,

 

In the replaced BaseSectionV2 module you need to:

 

1) define the GetExtendedFilterConfig PTP message with the subscribe direction:

"GetExtendedFilterConfig": {
					mode: this.Terrasoft.MessageMode.PTP,
					direction: this.Terrasoft.MessageDirectionType.SUBSCRIBE
				}

2)  subscribe to the message:

subscribeSandboxEvents: function () {
					this.callParent(arguments);
					const quickFilterModuleId = this.getQuickFilterModuleId();
					this.sandbox.subscribe("GetExtendedFilterConfig", this.onGetCustomFilterConfig,
						this, [quickFilterModuleId]);
				},

3) in the onGetCustomFilterConfig method handler disable the advanced filtering:

onGetCustomFilterConfig: function() {
				return {
						hasExtendedMode: false
					};
			}

An example of the code used in the portal can be found in the BaseDataView module.

 

Best regards,

Oscar

Thank you Oleg Drobina!

Show all comments