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!
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.
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;
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.
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