Время создания
Filters
mobile
mobile application
#mobileapp
logo

Hi!

I updated the system setting Mobile application logo (BLOB) via a package. The value in SysSettingsValue has been updated (verified in the database; ModifiedOn shows the update date).

However, the logo does not appear in the mobile application. The package was installed after making the changes, and there is no old cache on the device (the app was downloaded for the first time).

Question:

  • Does the Creatio mobile app use the BLOB from SysSettingsValue for the logo, or does it load the logo from another resource/system setting?
  • For the mobile app, is it necessary to additionally link the logo to SysImage or take any other actions to make the new logo appear?

Thank you!

Like 0

Like

0 comments
Show all comments

Привет!

Я обновила системную настройку Mobile application logo (BLOB) через пакет, значение в SysSettingsValue обновилось (проверено в базе, ModifiedOn показывает дату обновления).

Однако в мобильном приложении логотип не отображается. Пакет был установлен после внесения изменений, старого кэша на устройстве нет (приложение скачано впервые).

Вопрос:

  • Использует ли мобильное приложение Creatio BLOB из SysSettingsValue для логотипа, или подгружает логотип из другого ресурса/системной настройки?
  • Нужно ли для мобильного приложения делать дополнительную привязку к SysImage или ещё какие-то действия, чтобы новый логотип появился?

Спасибо!

Like 0

Like

0 comments
Show all comments
How_to_restrict_Contact_Zip_code_field_to_numbers_only

Hello ,

On the Contact page, we have a field Zip code. Currently, it is a text field and allows any characters.

We would like to restrict this field so that users can only enter numbers (e.g., digits 0–9) and not text or special characters.

Is there a way to enforce this in Freedom UI (for example by changing the data type, using validators, or applying an input mask)?

Like 0

Like

0 comments
Show all comments
Can_we_restrict_calendar_date_selection_on_Task_page

Hello ,

On the Task page, I would like to configure the calendar field with the following logic:

  • The user should be able to select a date less than the Task Due Date.
  • The user should also be able to select dates starting from today onwards, but not any day before today.

In short: Allowed dates = Today → Due Date, nothing before today and nothing after the Due Date.

Is it possible to achieve this behavior in a Freedom UI page? If yes, could you please suggest how it can be implemented (for example, through setup conditions, validators, or custom code)?

Like 0

Like

0 comments
Show all comments
RESTAPI
REST
oData
odata4
reporting
Sales_Creatio_enterprise_edition
8.0

Hi.  This is a question for anyone there who is knowledgeable in Creatio’s implementation of oData…

We're connecting our BI tool “Qlik” to Creatio via the OData service and in our first test we, of course, have hit the 20,000-record limit per request. To retrieve full datasets (e.g., from the 'Opportunities' table), we need to configure paging in the Qlik connector (using Qlik’s native REST connector).

Like other BI tools, there are several ways to do paging in Qlik -- depending how it is implemented by the oData provider.  
(I refer to this document at Qlik:  Loading paged data | Qlik Connectors Help )

Can anyone tell me which paging method is used by Creatio's OData feed?
Typical options are:

  • Next URL   (e.g., @odata.nextLink)
  • Offset   (e.g., using $skip/$top)
  • Next Token
  • Next Page   (using field values)
  • Custom
    • If a custom script using parameters like $skip and $top is required,  I'd need an example of how to structure the calls to loop through and get all records.

Thanks in advance for any guidance you can provide!
~~~ Rob

The screencap below is the configuration screen for the Qlik REST connector -- It will probably look like other BI vendors connectors.   The current connection works, as long as we limit the resultset to $top=20000:

qlik

Like 1

Like

0 comments
Show all comments