Hello Community,

Besides the built-in functionality for data import, I have seen in community posts the possibility to import data to Creatio from ODATA protocol.

Are there any examples regarding this feature, academy article, or what to know before implementing it?

Best regards,

Sasori

Like 1

Like

1 comments

Hello Sasori,

Regarding the general function of OData, you can find detailed information in the following resource:

OData Overview

For more...MoreLess

Show all comments

Здравствуйте, поставили на тест 8.0.8 Service Enterprise. Есть какие-то не состыковочки локализации интерфейса. Выбран язык русский, однако половина интерфейса на английском.

Захожу в раздел Переводы в надежде, что там что-то можно поменять, как в старых версиях. Но он не загружается.

Like 1

Like

5 comments
Show all comments (4)

Hi,



I am scanning around and couldn't fine anyway on how to add/display the new column I added on my schema. It's a File Datatype which meant to be used to upload any file.



I kept getting:

 "Unhandled Promise rejection: Object { message: "DataValueType.BLOB is not supported" }"

Here's the sample...

MoreLess

Like 0

Like

4 comments

Hello,

The data type "File" doesn't mean to be displayed on the page and therefore you cannot upload files to it using the UI.

If you want to...MoreLess

Show all comments (3)

Can we get MFA implemented for Portal access?  The portal may contain private/personal info and would be required for compliance.

Like 2

Like

3 comments

Hi Mike,

At the moment there is no possibility to set up a two-factor authentication directly through Creatio.



But I believe your busines...MoreLess

Show all comments (2)

Hi all, 

Does anyone know if it is possible to send the crt.CreateRecordRequest to a specific page and not to the objects default form? 



I want open the a modal form page rather than the default form. I suppose it will be added in upcoming releases but wondering if there is a workaround now.



Thanks!

Like 0

Like

3 comments

Hello,

In the basic code I found this example:

request: "crt.CreateRecordRequest",
                            params: {
                 ...

MoreLess

Show all comments (2)

Hello,

Lookup fields on Freedom UI have a feature that let user create a new record from lookup Field, like on the following screenshot (Owner field on Account Form Page):

I'd like to set some default values on such created record. For example, I'd like to set the new contact's account to current account record. I'm able to do this while using simple buttons, but I don't see such possibility for lookups.

It will be ok, even if the answer requires some coding, I have nothing against :)

Like 1

Like

4 comments

Hello,



You can set the default value for the column if the object settings:



 

Show all comments (3)

Hello,

some elements like button have "clicked" attribute, where we can configure which request should be emited and which params should be passed to its handler. I try to use this feature, but it doesn't always work I expected.

For example, I created two new elements on Accounts Form Page:

- a button

-...MoreLess

Like 0

Like

4 comments

Hello Eryk,

You did everything correctly according to the basic logic and I was able to reproduce the same behaviour on my end. Additionally...MoreLess

Show all comments (3)

Hi everybody. We'd applied a code from here https://academy.creatio.com/docs/developer/back_end_development/api_for… (Get file content part). The code is the following:

	byte[] data;
	Guid recordId = entities[0].GetTypedColumnValue<Guid>("Id");
	var fileLocator = new EntityFileLocator("KnowledgeBaseFile"...

MoreLess

Like 0

Like

1 comments

Hello,

You using ReadAllBytes(), however, even the article you provided used another method ReadToEnd().

Please change the method...MoreLess

Show all comments

Hi,

I am using Case section for portal users but the messages posted by portal users in a case are not being visible to the Studio users, also the messages being posted by studio users are not visible to internal portal users.

Also, the UI for both Portal and Studio users are different.



Appreciate the help.

Like 0

Like

3 comments

Hello,

Currently, Freedom UI is not supported for Customer Portal, but we already have a registered task for the R&D team in regard to...MoreLess

Show all comments (2)

Hi guys, did anyone try to integrate mapsly to Creatio mobile?

I need some guidance !

Is it only possible with adding Mapsly's Iframe ?

If yes where should i put the iframe ? in which Creatio schema ?

Thank you 

Like 0

Like

1 comments

Hello, in this case, we recommend reaching out to the technical support of Mapsly. You can use this email: help@mapsly.com 

Show all comments