Hello

I'm trying to make the approval comment field mandatory for a DCM. The idea is that  the approval cannot be approved or rejected if a comment hasn't been added to the section. That is, all approvals need to have a comment added to them.

I try to marked the comment as obligatory in the object "Basevisa" but it didnt work. 

Any idea how can I make the comment mandatory. 

Thank you 

Like 1

Like

1 comments

Hello Laura,

In classic UI there are two approaches: either one provided here (but don't forget to disable the AcceptApprovalWithoutCommen...MoreLess

Show all comments

i try to deploy creatio in linux vmware but i cannot login in the login page when make a succesfull login attempt got comeback to login page again in the console i get this some kind error message can you guys help me

 Failed to resolve type Terrasoft.Core.QueryExecutionRules.IQueryRuleApplier
&nbs...

MoreLess

Like 0

Like

1 comments

Hello!
 

To resolve this issue, please submit a request via email to support@creatio.com.

What we need from you:

  1. Website logs.
 ...MoreLess

Show all comments

Trying to create new Reminding with link to Call or Contact collection objectby oData4 request. Is it possible?
With Action collection everything fine. But with Call (or Contact) collection Id request only red point appears near bell symbol, but list of remindings is empty.

Like 0

Like

2 comments

Hello!

If you mean create remindings with link to specific record. You actually can manage something like this with the business process b...MoreLess

Show all comments (1)

Hi, I have a problem when I first start the Creatio application. I followed the instructions shown in the training and after logging in to the application (the login window appears correctly) I get a blank page and in the logs (Temp/Creatio/D1Dev/Log//Error.log) I see an error:


2025-02-18 09:51:32,298...MoreLess

Like 0

Like

1 comments

Hello,

We have received the results of the research from our development team:

The error “Terrasoft.Core.SchemaManagerProvider InitializeConfigurationFromDI”...MoreLess

Show all comments

Hello everyone,

I'm working on a custom duration validator in Creatio, but I'm running into an issue where the function returns invalidMessage before the validation logic completes.

Here’s a simplified version of my function:

durationValidator: function(){
        ...

MoreLess

Like 0

Like

4 comments
Show all comments (3)

Greetings!

Have noticed that field BlindCopyRecipient in Activity is not being populated when receving an email, that was send using bcc field and specifying an email address that is configured for synchronization.  However email is synchronized and showing correctly in communication panel. Is it a bug or feature?

Like 1

Like

1 comments
Best reply

Hello, 

Such behavior is indeed reproduced when the recipients of the email are in the BCC field. If the "To" and "CC" fields are empty...MoreLess

Hello, 

Such behavior is indeed reproduced when the recipients of the email are in the BCC field. If the "To" and "CC" fields are empty...MoreLess

Show all comments

I need to convert a decimal field into words for a report template. Can this be done with a formula or does it have to be a script?

Like 0

Like

2 comments

I have created a script to turn integers into words and it keeps compiling with errors.

heres the script:

using System;
using System.Text;
using Terrasoft.Core;
using Terrasoft.Core.Entities;
using Terrasoft.Core.Process;

public class ConvertCurrencyToTextTask : ProcessUserTask
{
   // ✅ Constructor
 ...MoreLess

Like 1

Like

4 comments

Hi,

The error is related to the business proceess DfcProcess_25a93f1. Can you share a source code for the business process, not the user task...MoreLess

Show all comments (3)

Hello,

I'm wanting to setup a business process so that when a user is mentioned in the feed they receive an email notification. Also, there may be instances where more than 1 user is mentioned in a single comment and I'd want each person to get an email notification in that case.

I've tried creating...MoreLess

Like 0

Like

5 comments
Best reply

Hi Eric,

try to use such signal on the object 'User mention' and send notification to Contact:

Show all comments (4)

Hello!
I created a new Functional role with oData operations permission and add it to User. 
Using Postman can GET data from "Contact" collection with this User credentials. It also can create new Contact using POST method.
PATCH returns:  403 - Forbidden: Access is denied
DELETE returns:  ...MoreLess

Like 0

Like

1 comments
Best reply

Greetings! 

For the user to work through OData, you need to grant them access using the CanUseODataService code in the Operation permissions section. 

Greetings! 

For the user to work through OData, you need to grant them access using the CanUseODataService code in the Operation permissions section. 

Show all comments