Hi guys! There is a question. It is necessary to establish rules for the segmentation of the counterparty. If he has more than $10,000 revenue, then assign a segment in the directory with the value A, if the revenue field is less than $1,000, then segment B. How do I do this? In the "event - signal" business process, there is no sign greater than or equal to, only flat or uneven. I didn't find anything that would help me in setting up business rules either. Who can tell you? Version 7.18

Like 0

Like

1 comments

Hello,

You need to check whether your Revenue field is of type "Integer," as it seems that a text field is being used.
 

If you specifically need to use a text field, you will need to parse this field into an integer in formula and use a formula in the Conditional flow to evaluate this value using ">" or "<".

https://community.creatio.com/articles/how-convert-string-integer
https://academy.creatio.com/docs/8.x/no-code-customization/8.1/bpm-tools/process-elements-reference/flows/conditional-flow
 

Thank you for reaching out!

Show all comments

Hello,

 

Is it possible to use Classic UI in web application, but Freedom UI in mobile app? 
The project is done in Classic, so there is no Freedom UI yet.

Kind regards,
Vladimir

Like 1

Like

5 comments
Best reply

Yes - in the mobile wizard, you'll just need to check the "Freedom UI" option for each section exposed in the mobile application.

Ryan

Yes - in the mobile wizard, you'll just need to check the "Freedom UI" option for each section exposed in the mobile application.

Ryan

Ryan Farley,

Thank you!

Do you know in which version this checkbox was introduced? I don’t see it in 8.0.8. Does this mean we need to plan an upgrade?

Kind regards,
Vladimir

Vladimir Sokolov,

I think the first mention for Freedom UI in mobile was 8.0.6 - I don't recall how much was available in that release, so not sure if the option was available for all sections at that time  https://academy.creatio.com/docs/8.x/resources/release-notes/806-atlas-release-notes#title-2502-13

Ryan

Vladimir Sokolov,

Also, that option for Freedom UI in mobile is controlled by a feature. I have a couple of systems where that feature never got enabled by upgrades and the option doesn't show. If it's not showing in your system, that could be the case also and you can check with support for which feature is needed for that (I can't remember the feature name that controls that)

Ryan Farley,

 

Thank you so much, Ryan.
You’re, as always, amazing. The feature UseMobileFlutterFirst setting helped enable Freedom UI.

Kind regards,

Vladimir

Show all comments
Question

I need urgent help from Creatio support - I have emailed support@creatio.com 

All users of our domain are unable to access for more than 3hours.

It keeps stating we have entered an incorrect username and password - this is not possible for all users across all of our offices, I know for certain my credentials are correct.

 

Support have not responded to my email.

How do I escalate to get a response?

Like 0

Like

3 comments

Hello,

 

Please try to send another email to support@creatio.com, make sure that you have entered correct mailbox address, or try to send an email from a different address so we could process your request.

They have come back to me now thank you.

Try directly by success portal, there you can specify, in this case, the highest priority 

Show all comments

Hello,

 

is it possible to define start of scheduled process not in process itself (with Start timer element), but in some system settings or lookup, for example? 

How to start process at that time?

 

Thank you!

Vladimir

Like 2

Like

3 comments

Hello!


To determine when a timer will trigger, there are only three possible ways:

Check the timer configuration in the process settings.

Look at the process properties for details about the timer.

Execute a query on the database tables QRTZ_TRIGGERS and QRTZ_CRON_TRIGGERS.


There is no way to view this information through system settings.


If you need to trigger the process manually, you can find more information about our API at the following link:
Creatio API Documentation - Terrasoft.Core.Scheduler - https://academy.creatio.com/api/netcoreapi/8.0.0/api/Terrasoft.Core.Scheduler.html


Best regards, 
Orkhan

Orkhan,

I don't need to determine when a timer will trigger.
I need to start business process by some external timer (not starting signal), cause time of start should be calculated, not static

 

Kind regards,

Vladimir

Hello,

 

To achieve the desired functionality, the client can follow these steps:

Create a custom object:

Add a StartDate column to store the date when the process should begin.
Design the process as illustrated in the provided diagram:

Configure the process to trigger when the StartDate column is updated.

Add logic to read the value of the StartDate column.
Calculate the wait time in seconds using a formula such as (StartDate - DateTime.Now()).TotalSeconds.
Use an intermediate timer to wait for the computed number of seconds.
After the wait time, proceed to start the process.

Show all comments

Hi Community,

Is there any way to bind Inactive Lookup Values?

Sasor

Like 0

Like

1 comments

Hello.
 

We have tested this behavior and it looks like there shouldn't be a problem.
We used the following scenario:
1) Created a custom package in which we created a replacement for the ActivityCategory object with the “Allow records deactivation” option enabled.

ActivityCategory


2) Created two test records through the lookups, for one of which we set the “Inactive” = true

ActivityCategory

3) Create a data binding in the package from step 1 for the ActivityCategory object, add the “Inactive” column to the data binding, and add two records.

ActivityCategory
ActivityCategory

4) As a result, in the exported package we see the created data binding with two records, for one of the records the Inactive attribute is set to true.

ActivityCategory

Show all comments

Hi everyone,

 

I'm implementing the change log configuration as described here:

 

https://academy.creatio.com/docs/8.x/setup-and-administration/administration/logging-tools/change-log/set-up-the-change-log

 

I wonder, how do I go about actually binding that configuration to the package i'm working on? So I can transfer the configuration from my dev environment to test/prod.

 

Appreciate your help!

Like 0

Like

2 comments
Best reply

Hello!

 

Unfortunately, in the current Creatio configuration, it is not possible to bind "Change Log" data to a package.

 

Change log information is stored for each entity separately in a "Sys<YourEntity>Log" view. For example, if logging is enabled for the "Account" schema, the activity is recorded in the "SysAccountLog" view. 

 

However, it is not possible to bind view data to a package.

 

Have a nice day!

Hello!

 

Unfortunately, in the current Creatio configuration, it is not possible to bind "Change Log" data to a package.

 

Change log information is stored for each entity separately in a "Sys<YourEntity>Log" view. For example, if logging is enabled for the "Account" schema, the activity is recorded in the "SysAccountLog" view. 

 

However, it is not possible to bind view data to a package.

 

Have a nice day!

Thanks for answering. I was under the impression this would be the case...

Show all comments

Hi,
When trying to get webhook url I am getting the following message: "Failed to Get API Key. Service Connection error".

 

I have followed the steps of the following documentation:

https://academy.creatio.com/docs/8.x/no-code-customization/base-integrations/webhook-service-integration/retrieve-a-webhook

 

Is there something else I could be missing?

Like 0

Like

2 comments

You'll need to contact support. I've had several systems that were missing the needed system settings to create the webhook links. They'll need to verify/add them.

Ryan

Hello!

Please contact us on support@creatio.com. We will help you to verify/add all necesary settings. 

Thank you!

Show all comments

I would like to inquire whether it is possible to add a new lookup value to the "Result" field in the tasks section. Additionally, I have observed that the "Result" and "Category" fields appear to be interconnected. Could you please confirm if their linkage is determined by the process? I have not found any related configurations in the page rules.

 

Like 0

Like

1 comments

Hello!

Values to the "Result" column in Tasks are defined in the lookup "Activity results".

You are correct, the fields Result and Category are connected, and the filtration used by them are defined in lookup "Activity results":





Have a great day!

Show all comments

How do we change the Autonumber's last generated number? So, we can continue from there.

Like 1

Like

2 comments

Hi Syed

 

Not an easy task in current version..., I suggest to review Ryan Farley article on https://customerfx.com/article/resetting-the-value-of-autonumber-fields-in-creatio/

 

Regards 

 

Julio

Julio Falcón (NoCode-Services),

Thanks a lot, it worked.

Show all comments

Hello everyone,

We’re currently using Creatio 8.XX as a SaaS solution. I’d now like to set up Creatio in my local environment for development purposes. Could anyone guide me on where I can download Creatio for local installation? I couldn’t find a download link for a zip file in the documentation.

Thanks!

Like 0

Like

1 comments

Contact support and they can provide the installation files.

Show all comments