Hi Team,

We have deleted a Business Process on our dev Environment.

When deploying the custom pacakge to our Test Environment i recieve the following error

'Error occured while performing operation on "Process_123412" item, UId = 589g53bc-gh11-50e8-8c66-5655abb06dd1.'

'023-06-14 17:54:18,841 Npgsql.PostgresException (0x80004005): 23503: update or delete on table "SysSchema" violates foreign key constraint "FKTj5Ti40nTBMfs8akfdQmBIa25bs" on table "SysSchema"'

 

How can i solve this deployment issue ?

Sasori

Like 0

Like

3 comments
Best reply

Hello!

The generation of the source code can't help solve the problem. You need to find the missing schema in the development environment for building the dependency and binding resources to the package.

Hello,

 

The mentioned constraint refers to the ParentId column.

This means that you are trying to install a process that has a parent ID that does not exist on your target application.

 

You need to install the parent first, or simply remove it.

 

Thank you.

Hi Artem,

Thank your for the response!

Can the generation of the source code in the DEV-Environemnt fix this problem ?

Sasori

 

Hello!

The generation of the source code can't help solve the problem. You need to find the missing schema in the development environment for building the dependency and binding resources to the package.

Show all comments

Hi All

 

Can anyone advise how you add and remove new objects here please?

Like 0

Like

2 comments

Hello Rob,

 

Modifying the detail [Connected To] is only possible by means of development since it is implemented by using different programming logic.

We may suggest checking the below posts where similar business tasks have been already discussed:

https://community.creatio.com/questions/connect-activity-custom-object#comment-71151

https://community.creatio.com/questions/how-can-i-remove-activity-link-email

ok thanks. I thought it might be but don't really understand how one new section I created appears here and others that I have created do not, as I have not done any development here

Show all comments

 I'm trying to find the schema that is used to generate the tooltip when I hover on a contact field hyperlink . I've looked in the Configuration , but I can't find it. Can anyone help me?

Like 1

Like

2 comments

I believe that would be the MiniPage?

Hello Pavan,



It's ContactMiniPage entity. This functionality can be  configured through the section wizard if needed:

 

Best regards,

Anastasiia

 

 

Show all comments

Hi Everyone,

 

Please help me to find a way to add a custom date range filter option on the Home page. 

The exact requirement is to have a filter which is similar to the quick filters in the section dashboards.

Like 0

Like

1 comments

Hello,

 

As of now the quick filter functionality (or ability to apply a separate filter) is not yet available for the Home pages. We've registered a corresponding query for our responsible R&D team to consider implementing this functionality in future releases. 



Best regards,

Anastasiia 

Show all comments

Hello,



since an update to 8.08 (from 8.06), one of our processes has an unwanted behaviour :

a [Open edit page] element, linked to an existing email activity, seems to create an extra activity with [ Recommendations for filling in the page ] as title.



Is it a known behaviour ? how to avoid this ?

 

best regards

Patrice

Like 0

Like

2 comments

Hello, 

 

Please contact our support team via support@creatio.com so we could proceed with further analizys as it's hard to determine the root cause of this behavior with no access to business process and site itself. 

Thank you for understanding!



Best regards,

Anastasiia

Anastasiia Zhuravel,

ok, thanks !

Show all comments

Hello.

I'm trying to create a new Application throught Application management - Application Hub.

But every time have an error:

"25P02: current transaction is aborted, commands ignored until end of transaction block"

What's wrong?

Like 0

Like

2 comments

Hello Svitlana!

 

Hope you're doing well.

 

Please make sure that your development procedure is organized correctly. For that you can check the next articles: 

Also, we suggest to check this Marketplace application. It can help you to generate packages from the file system.

had the same issue, problem is that update from file system is deleting a schema with id = 1, but not deleting schema with parentId = 1. you can delete temporary contrain in sysschema to update from sile system and thne when trying to recreate you will find the schema and will be able to react to fix this and recreate constraint

Show all comments

Hi all.

I'm tying to manually save in silent mode an active record.

When we open a records from the section page, the record (the edit page) is opened in a combined view so if I have a (custom) button on the action bar (on the top, near the "Actions" button) and when clicking on it >> trigger a function.. the function is located in the "xxxSection" JS module.

 

The problem is that on the section's JS methods, there is no "this.save(config)" method (like we have on an edit page js module) .

 

So, how can we programmatically save the active record in the "section" module code?

* We need this because we want to force "save record" before doing the actual logic after clicking the button.

(Regular UI ... NOT freedom UI)

 

Thanks..

 

Like 0

Like

1 comments

Hello,

 

You can try using the this.executeCardMethod("save") method upon clicking your button (as it's developed for the "Qualify" button in leads (see the onLeadManagementSectionButtonClick method from the LeadManagementUtilities module)). This will automatically save a page record even if the button was declared in the section code.

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

Hi Megan! How are you? Did you try our latest version of the connector: https://marketplace.creatio.com/app/outlook-connector-creatio? In case you have tried it, it would be very helpful if you share your feedback with us.  I suggest organizing a demo and being able to show you the capabilities of the connector. We also have a Gmail connector and we are working on a new version for Outlook Web.

Thank you!

Show all comments

We're looking to use the new Autonumber field feature on Leads to replace an existing custom field that we created to do a similar thing before this feature was available. We want the autonumber to start not at 0000001, but at where the other number left off (which now is 1026579). Hoping there's a setting somewhere I can make this change to utilize this feature. 

Like 1

Like

3 comments
Best reply

Lena Smetnenko,

 

While there is no yet interface that would allow the user to configure this manually, the following steps need to be performed.

Instructions:

  1. Determine the UId of the auto-numbered column.
  2. Using the script, set a new number for the column. In the examples, "4a40180c-61bf-de86-2f08-b05852a5ea6d" is the UId of the auto-numbered column, and "1" is the next value from which the auto-numbering will start.

MSSQL script:

ALTER SEQUENCE [4a40180c-61bf-de86-2f08-b05852a5ea6d] RESTART WITH 1;

 

PostgreSQL script: SELECT setval('4a40180c-61bf-de86-2f08-b05852a5ea6d', 1, false);

 

 

Hello Andriana!

 

In order to reach the goal, you need to find a system setting with the code "CaseLastNumber" and set its default value to the prefered one from which the autonumber shall start.

Kyrylo Iudin,

Hi Kyrylo, what about when we have created a new section in Freedom UI designer and used autonumbering feature there? What system setting is used for that? 

Lena Smetnenko,

 

While there is no yet interface that would allow the user to configure this manually, the following steps need to be performed.

Instructions:

  1. Determine the UId of the auto-numbered column.
  2. Using the script, set a new number for the column. In the examples, "4a40180c-61bf-de86-2f08-b05852a5ea6d" is the UId of the auto-numbered column, and "1" is the next value from which the auto-numbering will start.

MSSQL script:

ALTER SEQUENCE [4a40180c-61bf-de86-2f08-b05852a5ea6d] RESTART WITH 1;

 

PostgreSQL script: SELECT setval('4a40180c-61bf-de86-2f08-b05852a5ea6d', 1, false);

 

 

Show all comments