Время создания
Filters

How I can set new version of DCM for all existing records (Lead) automatically

New version is v2

We have 13000 records, so changing manually will take time

Thanks

Leo

Like 0

Like

0 comments
Show all comments

Hi there,

In Case Management, I want the case status to automatically update to "Resolved" whenever a customer replies to a case email with the keyword "resolved".
Could you please guide me on how to achieve this?

Like 0

Like

0 comments
Show all comments

Just like the title says is it possible to extract data from xlsx or csv file to Creatio through a service class? I know you can do it through freedom UI, but I am wondering if it's possible to do it through code. Do terrasoft libraries provide that support?

Like 1

Like

1 comments

Hi Michal,

we use NPOI library

Kind regards,
Vladimir

Show all comments

Is there an out of the box web service in Creatio that could be used to find all the roles that a user belongs to? Or to check if the user belongs to a particular role?  Where can I find the documentation on all the inbuilt webservices provided by Creatio?

Like 0

Like

4 comments

Basically, you'll query SysUserInRole where the current user = the SysUser value. The SysRole lookup column will provide you the roles linked...MoreLess

Show all comments (3)

I'm trying to find the database table where all the column config is stored that you can view through the Object Designer UI (EntitySchemaDesigner), but I don't appear to be able to find it. I have seen some of this data appears to be stored for Lookup columns in the SysEntitySchemaReference table,...MoreLess

Like 0

Like

1 comments

Alternatively, how can I get Creatio to drop columns removed through the EntitySchemaDesigner from the database safely? i.e. a cleanup of the...MoreLess

Show all comments