Время создания
Filters
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
CommunicationPanel
FreedomUI
angular
Javascript
telephony
phone_integration
8.0

Hi everyone!
 

We embed a custom Angular Web-phone inside the standard Communication Panel. The panel must be expanded right after user login and on every page reload, otherwise the phone widget cannot initialise incoming/outgoing calls.

  1. Is there an out-of-the-box way to auto-expand the Communication...MoreLess
Like 1

Like

3 comments

You can fire a "crt.OpenSidebarRequest" request and provide the code of the sidebar to indicate which sidebar to open. 

handlerChain.process...

MoreLess

Show all comments (2)