We have concerns about security of lodash module used in client app. As we understand, version 4.17.19 is used in 7.18.5. Do you plan to update it, or can we have an instruction on how to do so. Thanks in advance!

https://www.ibm.com/support/pages/security-bulletin-lodash-versions-prior-41721-vulnerability-powerha#:~:text=Vulnerability%20Details&text=js%20lodash%20module%20could%20allow,arbitrary%20commands%20on%20the%20system.

Like 0

Like

0 comments
Show all comments

Hello,



I have a requirement to add a Dynamic Case Management (DCM) for detail on portal. Is there any possible way to achieve this?

Thank you.

Like 2

Like

1 comments

Hello Balaka,

Sorry for the delay with the response. Unfortunately, it is not possible to add cases to the detail page because the DCM module...MoreLess

Show all comments

Hi Team,

I urgently need to confirm if we can install the package with the development done on instance with version 7.18.5.1500 to the instance with the new version, i.e, 8.0.

Please confirm.

Best regards

Sarika

Like 0

Like

1 comments

Hello Sarika, 

We do not recommend transferring customizations with a package between instances with different versions as it may lea...MoreLess

Show all comments

Hi community,

I'm trying to read the value of a custom system setting in creatio from the client-side, but I noticed that even if my setting has the flag "Cached" it results undefined when I try to get the value using this code:

var test = Terrasoft.SysSettings.cachedSettings.UsrSysSettingTest;





while...MoreLess

Like 0

Like

5 comments
Best reply

Hi everyone,

I discovered that the problem with the cached setting was the type of it. To fix the issue I simply had to change the type fro...MoreLess

Show all comments (4)

Hi Team,

Kindly provide me some resolution for the following scenario:

In the instance, there is one parent object 'Enquiry' and 'EnquiryForInsurers' is the child object of Enquiry. Now , I deleted one lookup field from the parent object Enquiry and published the object successfully.

But while I'm...MoreLess

Like 0

Like

2 comments
Best reply

The issue was in the foreign key constraint left in the database after the column was deleted from your object and this constraint prevente...MoreLess

Show all comments (1)

Hello community,

I'm trying to insert a datatable with a thousand rows in the database from the server side. Does Creatio offer bulk operations to the database?

Like 0

Like

1 comments

Hello,



To achieve your business task you can also use Import build-in toll.

Please refer to the article by the link below:

https://academy...MoreLess

Show all comments

Hi Team,

I urgently need one solution for how we can highlight or apply background color to a specific word in the sentence that is modified.

For example : There is one string field in section. On record creation , the value is entered in the field - 'This is a example.' and record is saved.

Now...MoreLess

Like 0

Like

1 comments

Hello Sarika,

There is no such oob functionality, implementation of this idea will require development. Unfortunately, we do not have...MoreLess

Show all comments

Hi,



Any ideas how to change the order of Account and Contact in the "Customer" selection of opportunities ?





 

Like 0

Like

1 comments

Nevermind found it, but leaving the post as this can interest some people:

 

attributes: {
			"Client": {
				"multiLookupColumns": ["Account","Contact"]
			}
Show all comments

Hi Colleagues! How are you?

I'm trying to develop a kind of webhook on Creatio. To achieve it I have created an anonymous web service. The issue I'm experiencing is a Bad Request 400 when receiving the request that is going to be sent by third party app. They are going to send an XML using  POST...MoreLess

Like 0

Like

2 comments

can you post the code?

Show all comments (1)

I am going to add custom button which alerts some text on contact page. Is it possible?

Like 0

Like

2 comments

Hello Muhammadjon,

in order to achieve this you need to create a Replacing view model at the Custom package.

For the partent object you...MoreLess

Show all comments (1)