Время создания
Filters

Hi,

In Freedom UI, I need to validate a text field based on the value of a lookup field.

The first thing I tried was adding a custom validator in the validators block of the text field, using control.model.get(...) to access the lookup field value. However, in Freedom UI, control.model is undefined, so the validator doesn’t work.

What’s the correct way to perform cross-field validation in this case?

Thanks in advance!

Like 0

Like

0 comments
Show all comments

Hello, 

is it possible to have a Creatio event visible in the calendar without manually creating the corresponding activity?

Like 0

Like

2 comments

Hello,

Yes, it is possible to have events visible in the Creatio calendar without manually creating activities by synchronizing your calendar with Creatio.

You can synchronize your working schedule from Microsoft Outlook or Google Calendar with Creatio using the Productivity composable app (available in Sales and Service Creatio products, or purchasable separately for other products).

This app allows you to view and manage your meetings and tasks in one place. Events with multiple participants like meetings or trainings will appear automatically in the calendars of all required attendees.

You can find more details here:
https://academy.creatio.com/docs/8.x/creatio-apps/products/crm-tools/ac…

Thank you!

I was talking about Marketing Event object, not Outlook synchronization.

Do you know if it is possible?

Thank you!

Show all comments

Hello,

We are trying to set up telephony integration.
We have licenses : asterisk connector for creatio user cloud . We have modified SysMsgServerNode and SysMsgLib ( value = Asterisk 13/16/18 (AMI) telephony integration library)
We have also set up CMS and Asterisk.
At telephony we see a message : Phone server connection is unavailable. Please ensure that connection parameters are set up and that the server is online

Like 0

Like

0 comments
Show all comments

Hello, i am using a free trial version of creatio this time, now there is a problem that i am trying to solve

you see what i want and what is currently shown through images is what i want, where one field changes the rest with the same name changes, but im also trying to add in a handler for this field

Number condition, where if the number condition is more than 2Billion then the Testing Condition of more than expansion panel would appear, for now i set it so that the checkbox would be the condition of wether or not the expansion panel would appear, now i did the handle like so...

then the weirdest thing happen, these fields do not update the rest when i change one of them

so does anyone have any clue of why this is happening since i like to use duplicate fields and the handler to detect changes

Like 0

Like

0 comments
Show all comments

Is this method for adding current date to a word report still valid? https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/8.1/platform-customization/classic-ui/ms-word/examples/create-ms-word-report-custom-macros#title-15703-2  After compiling Creatio can't find refs to IExpressionConverter or ExpressionConverterAttribute.

 

Regards,

Michael

Like 0

Like

3 comments
Best reply

Michael Lim,

For the Date macro, it needs to be [#Date#], not [#DATE#]

I've also tried this method but when the report prints the field is empty. I'm on version 8.2.3.   https://academy.creatio.com/docs/developer/application_components/reports/ms_word/overview#title-1371-3 

 

 

Version 8+ documentation looks similar in structure, it just has less information for the setup https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/freedom-ui/ms-word/references/basic-macros

 

Regard,

Michael

Michael Lim,

For the Date macro, it needs to be [#Date#], not [#DATE#]

Ryan Farley,

Thank you Ryan. I got the formatting to using Created on[#Date|MM/dd/yyyy#]

Show all comments