Время создания
Filters

Is there a simple way to filter a dropdown to show only those contacts that belong to a particular Role?

I have explored several common approaches, but none have provided the ideal, straightforward method:

  1. No-Code Filtering by Contact Folder: Attempted to create a static "Reviewers" folder in the Contacts...MoreLess
Like 0

Like

1 comments

Hello 
To achieve this in a Contact folder, create a dynamic filter that targets contacts linked to system users who are members of the...MoreLess

Show all comments
foreign
key
constraint
Error Message
Studio_Creatio
8.0

Hello all,

I am having difficulty reading foreign key constrain errors on cloud instances of Creatio. Everything I find says I need to execute a command in a SQL console which I don't have access to just to get something more helpful than "foreign key constraint error" Is there no lookup I can access to read the errors? Why are they so vague?

Like 0

Like

1 comments

That is a database level thing, so can only be read from the directly from the database:

To see it on a cloud instance, you can use Clio Explorer...MoreLess

Show all comments
Business Process
open edit page
tasks
FreedomUI
Service_Creatio
8.0

Hello,

I have a business process that opens an existing record. The Open Edit Page is set to mark the element as completed when the record is saved and the progress bar is set to save the record on stage change. 

But the business process task is not removed from the list after the stage changes...MoreLess

Like 0

Like

0 comments
Show all comments
custom
Studio_Creatio
8.0
ProcessModuleUtilities
#BusinessProcess

Hello,

I want to call a business process from a custom component which I am developing using the remote module.

I have seen that I need to use ProcessModuleUtilities to achieve that. Now, how do I get this ProcessModuleUtilities in my remote module?

I checked in the npm registry to install using npm but its not there.

Like 0

Like

1 comments
Best reply

For a remote module, it would be better to use the devkit SDK to execute the process. See examples here: 

Starting a process

Starting ...MoreLess

For a remote module, it would be better to use the devkit SDK to execute the process. See examples here: 

Starting a process

Starting ...MoreLess

Show all comments
Sales_Creatio_enterprise_edition
Sales_Creatio
8.0

Hi Everyone,

I'm currently packaging a custom lookup in Creatio and I need to ensure that the lookup column settings, as shown in the screenshot, are configured as the default display fields and sorted by the CreatedOn field.

Could someone guide me on the proper way to bind the lookup column configuration...MoreLess

Like 2

Like

1 comments

That is stored in SysProfileData, you'll see how to bind that to the package here: https://customerfx.com/article/including-the-default-column-layout-for-a-detail-in-a-creatio-package/

For...MoreLess

Show all comments