Hi Creatio,

I am trying to filter a specific contact by using ESQ by having multiple roles as filters. How can I able to achieve that on ESQ when I want to filter on Roles?

Here is my code:

var esq1 = Ext.create("Terrasoft.EntitySchemaQuery", {
rootSchemaName: "SysUserInRole"
});
esq1.addColumn("SysRole...

MoreLess

Like 0

Like

1 comments

Hello,

In your code you didn't set a logical operator for a filter:

esq1.filters.logicalOperation = Terrasoft.LogicalOperatorType.OR;

By default...MoreLess

Show all comments

Hi Community,

I am trying to add a lookup column based on contact object, but unable to find the contact object. 

I have added the following package dependency,

I have also tried the same from Freedom UI designer, but unable to add. Is there something I am missing?

Regards,

Sourav

Like 0

Like

4 comments
Best reply

Hi Community,

Aparently the issue occured because the Contact section is not part of OOB creatio solution anymore (at least for Studio version)...MoreLess

Show all comments (3)

Hi Community,

I was trying to filter a contact lookup to only display contacts with a specific role. I follow the example code here: https://academy.creatio.com/documents/technic-sdk/7-13/using-filtration-lookup-fields-examples but it has an error of undefined EntitySchema.

Can you help me to fix this? Thanks

Like 0

Like

2 comments

Hi,

I was trying to create Assemble Package and created one c# file which has dependencies on NewtonsoftJSON dll. When I tried to publish it says it required dll (attached reference). If we import the DLL into the current package it is working as expected but as per my understanding, we need to ad...MoreLess

Like 0

Like

1 comments

Hi Altaf Hussian,



If it’s a regular package you can use the Newtonsoft.Json core library, but for the assembly package, the required DLL...MoreLess

Show all comments

Hi community,

How can I  change the min password length for a user from 9 to 6?

And where can I find information about special symbols for passwords?

Like 0

Like

1 comments

Hi community,

I've a package with object, client module etc inside.

I used the prefix Cus, now I want to reuse it for another project,

is it possible to change the prefix used for the customization developed inside it ?

Like 1

Like

2 comments

 Hello Stefano,

You can change the prefix in the SchemaNamePrefix system setting:

Show all comments (1)

Hi Community,

I am trying to create a new freedom UI section from the application hub. After giving a name "Requests" for the section, the section gets created with the name. But in the backend the code of the object and its associated pages are auto generated in the format "UsrApp_qbm8q4f". 

Is there a way to generate the code as "Usr[SectionName]", every time I create a new section instead of some random auto generated text which is not a developer friendly code?

Regards,

Sourav

Like 3

Like

3 comments

Hello,

There is no possibility to change its code.

We've registered it in our R&D team backlog for consideration and implementation i...MoreLess

Show all comments (2)

Hi team

I am facing some issues while invoking creatio API

It gives 500 internal server error

I tried using the list contacts API call

Curl request

curl --location --request GET 'https://namu.creatio.com/0/odata/Contact' \

--header 'BPMCSRF: xxx' \

--header 'ForceUseSession: true' \

--header 'Cookie: xxx'

It was working fine before and suddenly stopped working since 07/12/2022

Could you please let us know why it's failing?

Like 0

Like

6 comments

I am also receiving the same response. 

Show all comments (5)

Hi! 

Is there any possibility to merge 2 columns in a dashboard? 



Thank you, 

Rares Ivan

Like 0

Like

7 comments

Hello Ivan, 

Could you please elaborate a bit on your business task?

Best regards,

Anastasiia

Show all comments (6)

Hi community,

Anybody aware of the use of SysProcPersistentStore table in creatio? A customer has 19GB of data in the table but we don't know where the data comes from.

Thank you in advance.

Have a good one!

Like 0

Like

1 comments

Hi!

It's a known issue. We'll gladly provide a solution to your particular instance in case you submit a request to our Technical Support team...MoreLess

Show all comments