При попытке добавления блока с пользовательским кодом возникает ошибка
An attempt to add a script task causes an error
System.InvalidCastException: Specified cast is not valid.
at Terrasoft.Core.Process.ProcessModel.GetParameterValue[T](FoundParameterData result)
at Terrasoft.Core.Process.Process1MethodsWrapper...
By the way, if there is a list of data type matches for decimal values (as I understood, float does not match all of them), I would really appreciate...MoreLess
I would like to load programmaticaly the temporary table used by creatio when I import an excel file and then launch the import, specifing which entity fill
The .NET FtpWebRequest class can download a file to an in-memory stream (without actually saving the file anywhere) that you can then process...MoreLess
Hello community, We have a requirement where we need to show JSON on the UI. A multiline text may not be an ideal way to show it. Would it be possible to convert the Text field into something similar to the screenshot below (this is taken from Fast Reports set up)
I have a Requirement from client where Client want to Replicate existing base functionality for Different cases such that each case will have some changes to base but these changes should not make affect on either cases
and in case if they want to close any case in future they should be avail...MoreLess
I'm having trouble packaging out custom system settings and their values. I have two entries for data in my package. One for the SysSetting entry and one for the SystemSettingValue entry. Upon installing the package, I can see the values as they should in the Database, but in the UI, the setting entry is there, but the value for the setting is not. I tired clearing the Redis Cache, but that didn't help.
What is the correct procedure for packaging out system settings?