Does anyone know a way of using an exponential value in a formula in a business process? The C# forums say to use Math.Pow(base number, exponent number) but I get an error that "No applicable method "Pow" exists in type "Math" when using that in a business process formula. 

The use case is that there's a a 2% annual escalator based on the warranty years of a certain product. So the formula would be (base price)*1.02^(years of warranty)

Like 0

Like

1 comments

Hello Andriana,

In order to use the static “Math” class in C# code you should add the “System” namespace to the file:

using System;

I...MoreLess

Show all comments

Hi Team,

The query is related to viewing records in the mobile application. By default, when we open a section in the Creatio mobile app, the listing page is empty, with a note to search for specific conditions to display records.

Is there an option to set a default folder from the already available...MoreLess

Like 0

Like

4 comments

Hello,

Please feel free to use the resolution from this article:  https://community.creatio.com/articles/setting-filter-mobile-application

Also...MoreLess

Show all comments (3)

Hi everyone,

When generating a printable report instead of generating reports for all records related to a particular contact, I want to generate reports for selected records only. How can I do this?

Thanks in advance.

Like 1

Like

4 comments

Hello Abhishek,



If you want to generate a report for selected records only, you should use multi select option:

Show all comments (3)

Hello,

i made a module, in freedom-ui mode, to display custom content in Accounts_FormPage. The module init is triggered with crt.HandleViewModelInitRequest handler.



here is the useful module code :

/* AMD module declaration. */
// jshint esversion: 11
define("UsrAccountHistoriqueProduit...

MoreLess

Like 0

Like

2 comments
Best reply

Hi Patrice,

This error message occurs since the element with "usr-historiqueproduit-view-element" selector was already registered upo...MoreLess

Show all comments (1)

Dear mates,

We are adding to Creatio, our contacts from marketplaces with oData.

We are facing the following issue :

data are well integrated into Creatio, but if we look at the contact sheet, in the area on the top left, the telephone professional is not indicated even though it is present in the contact's...MoreLess

Like 1

Like

1 comments

Hello,



It`s seems to be an issue that our support should take a look. Please send us an email at support@creatio.com



Best regards,

Serhii

 

Show all comments

Dear mates,

i have installed the application "Conducting surveys for Creatio".

when i go to the Interviews edit page of the section wizard, i get the following error :

Page contains items with the same name in the schema source code in different containers. Changes of these items may be applied incorrectly...

MoreLess

Like 0

Like

2 comments

i created two custom objects for GlbQuestionnaire and GlbQuestionnaireType but the error still appears

Show all comments (1)

Hello,



In Classic UI we have used related object fields for business rules

How can we do the same in Freedom UI?

Thank you!

Like 0

Like

3 comments
Show all comments (2)

Hello,

After setting mandatory field for account on form page : street, zip code, city  (see screenshot). I am facing issue creating a new account, after saving it Iget an error message on the mini page bacause of those mandatory fields. I would avoid to add this mandatory on the mini page. Do you have an idea how we can solve the issue?

BR

File attachments
Like 0

Like

1 comments

What you need to do is *not* set required on the field itself. This makes it required in all cases. Instead, leave required unchecked and add...MoreLess

Show all comments

Hi,

I have read all documentation on lead channel vs lead source but am still unsure how I should use them.

Can someone that is gathering leads from a trade show tell me how they use these categories? Would the channel be 'Trade Show' and the Source be the name of the trade show? Or do you use other fields, such as 'Event' for the name of the trade show?

We want to track our leads for every specific trade show and conference we attend.

Thanks in advance

Like 0

Like

3 comments

Hello,

There are several ways to transfer leads to Creatio. 

1)create lead manually

2)from bulk emails

3) create a lead from the landing...MoreLess

Show all comments (2)

Hello community,

I have a requirement to add a button in ShellHeaderToolbar in the MainShell. I tried adding a button but was not successful as ShellHeaderToolbar is not of container type. Is there any workaround for this?

Regards,

Pavan Manne

Like 1

Like

1 comments
Best reply

I did this in my Recently Viewed Records add-on in the marketplace, it wasn't easy and took a bit of a hack. You'll need to override the MainShell...MoreLess

I did this in my Recently Viewed Records add-on in the marketplace, it wasn't easy and took a bit of a hack. You'll need to override the MainShell...MoreLess

Show all comments