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)
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
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?
i made a module, in freedom-ui mode, to display custom content in Accounts_FormPage. The module init is triggered with crt.HandleViewModelInitRequest handler.
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
@Damien, is this link now offline for you also? Can’t seem to access it! Anything in the roadmap with regards to improved analytics/excel reporting by any chance?!
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?
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
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.
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?