Время создания
Filters
#CommunicationPanel
Studio_Creatio
8.0

Hi Team, we have create a couple of custom workflows using custom objects. We are trying to generate notifications by adding records in notification object. The notifications are working fine but the thumbnails are breaking. Attached is the screenshot. How can we resolve this?

Like 0

Like

0 comments
Show all comments
Freedom_UI_–_How_to_Implement_Optional_Global_Interactive_Filters_on_Dashboard?

Hi everyone,

I’m building a Freedom UI dashboard based on the Website Form Submission object and need help implementing global interactive filters.

Use case:

  • We have filters like Location, Service Type, Form Type, etc.
  • These filters should dynamically affect all widgets (metrics and charts) on the page.
  • If a filter value is selected → widgets should update accordingly.
  • If no filter value is selected → all records should be shown (no filtering applied).

Currently, when using Page Parameters with widget-level filters, if the parameter is empty, the widget returns 0 records instead of showing all data.

What is the recommended way in Freedom UI to implement optional global filters that:

  • Affect all widgets
  • Ignore empty parameters
  • Work reliably for Metric and Chart components?

Should this be handled at the main data source level instead of per widget?

Like 0

Like

0 comments
Show all comments
Studio_Creatio_free_edition

I installed 8.3.2.4199 on my Windows with SQL Express. All worked perfectly and was able to login.

But I am getting below error when i Did first compilation without making any changes. But system is still working fine. Is there any configuration missing?

"../../CrtML/Assemblies/Terrasoft.ML.Interfaces/Terrasoft.ML.Interfaces.dll" is either a path which could not be found or it is a full assembly name which is badly formed. If it is a full assembly name it may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\).

 

Like 0

Like

2 comments

This is not an error, just warning. It causes no trouble and doesn't affect a compilation result. In case you don't want to receive such kind of messages, please lower the system setting value used for displaying compilation errors / messages by yourself or ask support to do it. I believe the setting's code is CodeCompilerWarningLevel. Please try to set it to 1, by default it is 2. 

Hello.

This warning is related to the way MSBuild interprets the assembly reference path during the build process. In particular, it reports that the specified assembly name or path:
...\CrtML\Assemblies\Terrasoft.ML.Interfaces\Terrasoft.ML.Interfaces.dll

Such warnings can occur when the build system evaluates assembly references that include special characters, long paths, or are resolved dynamically at runtime.
Importantly, this warning does not prevent the assembly from being loaded correctly, and the compilation continues successfully. Therefore, it can be safely ignored as it does not affect the normal operation of the system.

Additionally, this warning is already resolved in version 8.3.3.

Best regards,
Antonii.

Show all comments
errors
NewtonSoft.Json
compile
Financial_Services_Creatio_sales_edition
8.0

I have a few different Creatio instances running on a Windows server, some running PostgreSQL and other SQL Server. Everything was working fine until late last week when I moved a few things around:

  • Rearranged the folder structure
  • Removed applications from IIS and recreated them pointing to the new folder structure
  • Updated the connectionstrings.config to point to a different redis database
  • Changed the nlog.targets.config to point to the new folder structure

The database user.connection is good.

After all that, I rebooted just to make sure everything started fresh. Upon trying to log in to any of the sites/apps, I get prompted for the username & password. I would get stuck looking at the Creatio logo. Nothing would ever happen. I ask AI, and it suggests to delete the folders Pkg, Autogenerated, and Lib beneath Terrasoft.Configuration and they'll be regenerated. That yields some progress. Now when I log in, I get prompted to recompile. The recompile fails with a lot of errors - all seemingly related to the missing assembly Newtonsoft.Json:

  • CompatibilityMock.CrtCoreBase.cs (The type 'JsonConverter' is defined in an assembly that is not referenced. You must add a reference to assembly 'Newtonsoft.Json...)
  • BaseNotificationProvider.CrtCoreBase.cs (The type or namespace name 'JsonPropertyAttribute' could not be found)

I've tried dropping copies of the Newtonsoft.Json assembly anywhere and everywhere I think it might look for it:

  • Terrasoft.Configuration\Pkg\CrtCoreBase\Files\Bin
  • Terrasoft.Configuration\Lib
  • Terrasoft.Configuration\Pkg\CrtCoreBase\Autogenerated\Lib
  • It already exists in Terrasoft.Configuration\bin

And it still fails with the same error.

Any suggestions on what to look at? Where to look? This is beyond frustrating. And it's probably something simple that I'm forgetting. 🤣

Like 0

Like

0 comments
Show all comments
mobile
QR Code scanner
Mobile_Creatio
mobile sdk
Mobile_Creatio

Hello Everyone,

Does anyone know if Bluetooth barcode scanners can be used with the Creatio mobile app (alongside or instead of the native camera)?

I’ve seen mentions of Bluetooth scanners working with the web application on tablets, but I haven’t found confirmation of this for the mobile app. The Academy documentation only references the native camera.

Has anyone implemented this in mobile? If so, what approach did you take and were there any limitations?

Thanks in advance.

Like 0

Like

0 comments
Show all comments