After deleting an index from the object, I encountered an error after compiling and updating the database structure. How can I resolve this problem?

Like 0

Like

2 comments

Hello!

Please publish the ContactCommunication object and then try to run all previous actions.

Show all comments (1)

Hi Team,

Could you please help us to achieve the functionality to display the cases that are assigned to the current user who logged into the mobile application. Instead of displaying the cases assigned to all users. 

We are able to achieve this functionality in web application but unable to achieve the same in mobile application. 

Like 0

Like

2 comments

Hello,

You can achieve such logic using the development tools. You can find the examples in this post: https://community.creatio.com/articles/setting-filter-mobile-application

If...MoreLess

Show all comments (1)

Hello.

Question: Is it not possible to add Virtual Detail in Modal?

I tried to add a Virtual detail in a Modal, but it do not shows Detail.
In Contact Page I have Virtual Detail and after clicking in row I open Modal where I added  Virtual Detail but it do not shows and there  are no errors also...MoreLess

Like 0

Like

1 comments

Hello. 
I implemented similar logic but instead of opening a modal page, i open card for the detail. In case section i added a test detail...MoreLess

Show all comments

Hello everyone! ,

 I've added new values to "Case category" Lookup, but when i choose one of them when setting up "List of Mailboxes for case registration" it doesn't send auto email response or any email in stage transition like "Service request" or "Incident" which already exists. 

so to...MoreLess

Like 0

Like

2 comments

Hello!

Regarding notifications for new categories:
You need to configure the necessary rules in the lookup: ‘Case notification rule’.
 

I...MoreLess

Show all comments (1)

Hello
Is there any possibility to show in a filter only the legal entities that I select in advance?

For example, in the "Branch" lookup, I would like to see only the legal entities with a property set by me, not all of the LE.

Like 2

Like

2 comments

Hello,

Unfortunately, the basic functionality of the platform doesn't allow you to filter values specified by you. However, we've registered ...MoreLess

Show all comments (1)

Dears

Again in Creatio 8.1.4 we found not available the selection of a contact to create a new Creatio User.

To enable this you need to enable the SysAdminUnitFeatures.ShowContactInAdminUnit Feature.

But when did it, and try to save get an error "Name field must be filled in".

Had somebody try this?, is some workorund? or another way to enable select a contact to cerate a New User in STUDIO Creatio instance (JUST Studio)

Thanks

Julio Falcón

Like 2

Like

2 comments

Hello,

1) When adding this feature, you should specify "For all employees".
2) Save for current user. 
3) Enable the feature in general.
 
Then the error shouldn't occur.

Show all comments (1)

Dears

Somebody knows how to enable use Ststic Filders in Freedopm UI Sections to new sections?

I have enabled the IsAllowUseStaticFolders Feature, also added my object to "Schemas for enable static folder in folder tree"  lookup and still have not enabled in my section to add static folders. What's wrong/missing?

Thanks in advance,

Best regards

Julio Falcón

Like 2

Like

4 comments

Hello,

Here are a few things that might be missing:

  • - Don’t forget to add mass actions (“Add records to static folder”/”Remove records from...MoreLess
Show all comments (3)

Hi

I am currently working on a functionality within our Creatio system where I need to open a mini page that is part of the Classic UI by clicking a button in a Freedom UI section. Despite my efforts, I have encountered some challenges in achieving this integration.

Could you please provide guidance...MoreLess

Like 1

Like

2 comments

Hi Satyam, 
You can try using crt.7XRequest with action 'EditRecord'/ 'AddRecord'. Please see this article on community : https://community...MoreLess

Show all comments (1)

Hello all,

Is there any way yet to disable Creatio automatically generating packagess and adding dependencies? It seems to completely disregard my current package system setting and Creatio's assigns dependencies to go in circles which then takes more time for me to clean up. Half the time when I remove...MoreLess

Like 3

Like

4 comments

Hi Kevin, you need to disable the Feature called UseSchemaDesignPackageUIdByHierarchy. In yor instance must add this "/0/Shell/#Section/AppFeature_ListPage"...MoreLess

Show all comments (3)

I tried to send information through Postman. After verifying that the details are correct including the URL and keys. Postman's token is valid. The following error is received:

 I also tried to send DATA to on another object and get the same error. Is there a system malfunction?

Like 0

Like

1 comments

Hello,

Generating source code for all schemes and fully compiling the system usually helps to resolve this error. In this case, the OData entity...MoreLess

Show all comments