I have created a signal-based Business Process that fires on modifying the data in Opportunity.

To Read the Email Template I write the following code:

using System;
	using System.Collections.Generic;
	using System.Linq;
	using Newtonsoft.Json;
	using Terrasoft.Common;
	using Terrasoft.Configuration...

MoreLess

Like 0

Like

6 comments

I created the very same business process and manually specified RecordId (Id is a random Opportunity record) as 

new Guid("6344D6CE-F889-4361-83F2-9CD71DBD6300")

and...MoreLess

Show all comments (5)

Hello, I am trying to run a report that will pull both from "Contact" and "Opportunity". My end goal is to run a closed lost report that I can download onto an excel document with the following fields:

  1. Company Name
  2. Contact Name
  3. Email
  4. Closed Lost in 2023
Like 0

Like

1 comments

Hello,

To solve this task, there are several ways. For example, you can use "Manage a list" for the "Opportunity" section and display the necessary...MoreLess

Show all comments

Hello,

as we use non-standard font for our report, it should be embedded into result pdf-file. FastReport has this option during export to PDF. But how can we achieve the same from Creatio?

Like 2

Like

3 comments

Hi Vladimir!



Fonts should be installed on the IIS side and the template also needs to be set up correctly to make them available.



The following...MoreLess

Show all comments (2)

Hi community!

We have moved our package from one environment with lowest creatio version (7.16) to environment with highest version (creatio atlas).

Some objects were not installed properly and we received error:

Error "Object is invalid. Extended properties are not permitted on 'dbo.UsrGeneralViewFile...MoreLess

Like 0

Like

2 comments

Hello Yana, 

We strongly recommend to transfer packages between sites with the same build (products) and versions to avoid any errors...MoreLess

Show all comments (1)

Hi community!

I need to make a report where time(days) between lead stages is displayed.

For example:

Registration -> Qualification 5 days

Qualification -> Sale in Progress 8 days

Sale in Progress -> Opportunity in Progress 21 days

Opportunity in Progress -> Won/Lost/etc  54 days

Is it possible to calculate number of days between lead stages and display in the section list view or in any other way (dashboards, report etc)?

Like 0

Like

1 comments

Hello,

As for now, such dashboards cannot be build using OOB tools because Creatio doesn't store duration of the each Lead stage.

However,...MoreLess

Show all comments

Hi community!

I am trying to add some validation in Lead section by setting business rules.

I need to make one field mandatory at two specific Lead stages for specific Customer needs.

As I am unable to group conditions I created like 5 different business rules. It seems it works only if one of them is enabled. If I have like both of them enabled then validations don't apply.

some examples:

Like 0

Like

3 comments

Hello,

this is correct, usually you cannot set more than 1 rule for a specific field.

The thing is that the system needs one parameter to...MoreLess

Show all comments (2)

Hi community!

I need to make file attachment mandatory in Lead object (Attachments and notes) at Sales in progress stage. If there isn't any file attached I need to prohibit user to go to the next stage. Any suggestions?

Like 0

Like

4 comments

Hello,

In order to achieve the goal, you can use a business process in the case, which will check the "availablity" of the files and links...MoreLess

Show all comments (3)

Hi community!

have some questions about printables.

I have specified conditions for filtering record for printable. Until I select any record printable is inactive (unable to select it from PRINT list). Does it work only that way? Is it possible to make it active without selecting records as I have filtering conditions.

One more question. When I select several records and choose my printable I receive as many files as records selected. Is it possible to have only one file instead of several?

Like 0

Like

3 comments

Hello!

The system cannot recognize what has to be printed. Thus, it is necessary to click on the record in the section, so that it would b...MoreLess

Show all comments (2)

Hi community!

I want to move object from custom package to another package, let's call it X package. The problem is that when I set X package as default package my process do not see one field I want to use from that object. The object is added to both packages X and custom. The field I need is added to the object in custom package. I tried to move the object from custom to X package, but got error that X package already has that object. Any suggestions?

Like 0

Like

2 comments

Hey, there are two possible solutions that I can think of off the top of my head:

1. Create the field manually using code in the desired package...MoreLess

Show all comments (1)

Hello!



We have such a situation that numbers of notifications in CTI panel appears, but no notification is shown here. Or quantity of notifications differs from red number shown. And this situation is for many users.



How can be resolve this issue?



Thank you!



Like 0

Like

1 comments

Hello Vladimir,

Based on the shared information, I can assume that the issue may relate to the Visa object.

You may have a record in the...MoreLess

Show all comments