При попытке добавления блока с пользовательским кодом возникает ошибка

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

MoreLess

File attachments
Like 0

Like

2 comments

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

Show all comments (1)

Hi community

is it possible to download with odata an attachment from any section ?

Like 0

Like

2 comments

Hello Stefano, 

Yes. I will show you an example how to achieve it: 

1. Choose the section you want to download from and find th...MoreLess

Show all comments (1)

Hi community,

is it possible to load the data to import in the same structure used by data import standard feature and launch it programmatically ?

Like 0

Like

2 comments

Hello Stefano,



Can you please provide us more detailed information on your business task?



Thank you in advance!



Best regards,

Bogdan

Show all comments (1)

Hi everyone, 

I'd like to automate a data Import from a FTP server using a business process, without downloading the file locally.

I also found this article (https://community.creatio.com/questions/how-automate-imports-ftp-locati…) , but the links have either been removed or deleted.

I would like...MoreLess

Like 1

Like

3 comments

Hi Federica, 

Actually you are still capable to use OData with business task to achieve required implementation. You don't need to us...MoreLess

Show all comments (2)

Hi Community,

We are registering case from incoming email, we wanted to know the following:

1. Aside from Case Source which is "Email", how we will know that this case record is created from incoming email?

2. How we will know which mailbox this case record came from? Since we specified two mailbox in "List of mailboxes for case registration" lookup.

Thanks

Like 0

Like

3 comments

Hello,

Thank you for your message!

Case Source is the only way to find out whether a record is created from the incoming email. Also, the...MoreLess

Show all comments (2)

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)

File attachments
Like 0

Like

3 comments

Hello Shivani,

Standard "Notes" field will also perfectly store JSON:

So please use it to store JSON on the UI.

Best regards,

Oscar

Show all comments (2)

Hi Team

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

File attachments
Like 0

Like

5 comments

Hello,

If I understood your request correctly, in this case you just can deploy separate applications on the different servers as a copy o...MoreLess

Show all comments (4)

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?



Thanks!

Like 0

Like

2 comments

Hi Jeremy,

Adding data for SysSetting and SysSettingValue are the correct things to package for system settings - I package those frequently...MoreLess

Show all comments (1)

Hi Community

I'm trying to filter ContactInTag data by EntityId column using ODATA v4,

but I receive a generic error.

If I try to filter using the Id column is work fine.

What Am I doing wrong ?

Like 0

Like

4 comments

Hi Stefano,

Can you please specify why are you using empty spaces in the select parameter between columns names? Due to the example from the...MoreLess

Show all comments (3)

Hi community,

I'm tryng to upload an image in SysImage entity using odata 4.0 services.

I followed this creatio guide Integrations & API (creatio.com).

Page 22 explains how to create the record on the SysImage entity and how to load the image, but missing how to pass the stream data to th...MoreLess

Like 1

Like

7 comments

Hi Stefano,



Please break your request into two separate ones. 

One with JSON body for "Name" and the second one with binary type body...MoreLess

Show all comments (6)