Hello community,

I want to upload a .dll as a reference assembly from Creatio Configuration section .

The Creatio instance is hosted on Cloud.

The .dll is  .NET Standard 2.0 compatible.

Question : Is it ok to upload this dll which supports .NET Standard 2.0 and has no dependecies ?

Like 1

Like

2 comments

Hi!

This is a good idea to use Configuration for such a purpose and it's actually described in Academia: https://academy.creatio.com/docs/7-18/developer/development_tools/creat…...MoreLess

Show all comments (1)

Does anyone know if it is possible to sort a list on load, by multiple columns? I spotted this array in the code, but adding another column to sort doesn't make a difference.

Thanks!

"sortingConfig": {
							"attributeName": "ItemsSorting",
							"default": [
								{
									"direction": "asc",
									"columnName": "UsrPax"
								},
 
								{
									"direction": "asc",
									"columnName": "UsrNights"
								}
							]
						}
Like 0

Like

4 comments

Hello Hary,

Unfortunately it won't work and currently there is no way to sort list using two columns simultanously. I will register a suggestion...MoreLess

Show all comments (3)

My question is about the section wizard in the System setup.

After entering the Title and Code, I click the "SET UP PAGE" button, and the word "loading" appears.

And the "loading" message does not end.

When I checked the console with the browser function, the following error was displayed.

Property schemaType is not defined in class Terrasoft.manager.ClientUnitSchemaManagerItem

Can you help me find a solution to this problem?

Like 0

Like

3 comments
Best reply

Hi Team! How are you? Something similar happened to me today with a version 8.0.8 and the problem occurred when I enabled the JS debugger...MoreLess

Show all comments (2)

I have been trying to remove the preview page from mobile app.

When I select on record i want to go directly to edit page and not preview page.

I tried to add this code to my Manifest, but it did not work:

Like 0

Like

4 comments

Hello,

8.0 interface account page has no preview page and edit page is opened automatically for it. So there is no need to remove preview page from this model.

Show all comments (3)

I'm trying to add a default filter to my account grid page in the mobile app so that it only imports accounts owned by the current user.

I've tried multiple solutions, but nothing worked, and this is my last one:

Like 0

Like

1 comments

Hello,

In order to add such filter you need to create a new module in the configuration with this code:

 Terrasoft.sdk.Module.addFilter("Account"...

MoreLess

Show all comments

Hello All!

I have made multiple attempts at filtering a dashboard list through code, but have been unsuccessful in my attempts. I'm assuming the process would be the same for custom filtering any list view, but I am specifically working with a List in a dashboard. The default filters do not work i...MoreLess

Like 1

Like

3 comments

Unfortunately, we don't have ready-made examples of implementing such filtering. However, you can build such a filter using the following code...MoreLess

Show all comments (2)

Process: Define contact and populate site events

so it should be that (Set ContactId into parameter) does not work

https://i.imgur.com/4Le2jer.png

Like 0

Like

1 comments

Hello Artem!

Could you please also show us the formula in order to check it?

Thank you in advance. 

Show all comments

It seems that the date format in the Mobile app is always MM/DD/YYYY, while I want it to be DD/MM/YYYY. I've correctly set it to Dutch date and time format (which should be DD/MM/YYYY) in my profile in the browser version, but it does not seem to apply itself to the mobile app.

Is anyone successful in achieving this? 

Like 0

Like

0 comments
Show all comments

Hello,

I am looking for an Outlook connector that actually works. We have tried all the partner options and they're below satisfactory. I believe that SalesForce has an option that used to be called Lightening that everyone raves about. 

I'm wondering if Creatio will make this a priority in their new UI or perhaps have a mobile/tablet app that actually works making this type of product obsolete. At this point I will take either. 

Like 0

Like

1 comments

I created a custom section in Freedom UI. Now I need to create a page in classic UI for this section (I want to use an add-on that doesn't work in Freedom pages). How can I do this?

Like 0

Like

4 comments

Hello Paulina,



You can create a section based on an existing object:

Please find more infromation here.

Show all comments (3)