I found out recently that there is a new parameter type than can be selected which is called "Create from element":

I already  checked the official documentation and the new 8.2 release notes but I can't seem to find any information about this. Does anybody know what is the purpose of it?

Regards.

Like 1

Like

4 comments

Good catch, did not find documentation either.

Show all comments (3)

Hi,

We are using the power bi connector. But when we try to get data from tables that have large volumes of records, we use the formula ‘Creatio.GetBigData’. But it is giving the following error:

Formula.Firewall: The query ‘Invoked Function’ (‘Source’ step) is accessing data sources that have privacy levels that cannot be used together. Please rebuild this combination of data.

Does anyone know how to overcome this problem?

Thank you. 

Like 0

Like

1 comments

Hello,

To proceed further, please advise us with the following information:
- Step-by-step instruction on how to reproduce this issue
- Screenshot...MoreLess

Show all comments

For the data received from Microsoft Power Automate, such as the following example: {"Q1":"1","Q2":"[\"Option 1\",\"Option 3\",\"Another Information\"]","EntityName":"UsrInfo"}, how should I record the information so that the values in Q2 are registered in separate columns?

Example:
Q1 – 1
Q2 – Option 1
Q2 – Option 3
Q2 – Other Information

Like 0

Like

4 comments

I don't think the OOTB webhooks will handle that structure. You'll probably have to have it go to a text field, which will store the array as...MoreLess

Show all comments (3)

Dear colleagues,

I have a problem when deleting records in a detail, when the deletion is one by one we can manage it, but when the user selects several records and deletes them, the deleted record trigger is not activated.

  1. How can this kind of massive deletion event be detected?
  2. Is it possible to remove from the detail menu the option to select multiple records?

Thanks in advance

Like 1

Like

4 comments
Best reply

Julio.Falcon_Nodos,


Hello,
 

The button is added in the addGridOperationsMenuItems method of the BaseGridDetailV2 schema, depending on the...MoreLess

Show all comments (3)

Hi Community,

Is there any way to bind Inactive Lookup Values?

Sasor

Like 0

Like

1 comments

Hello.
 

We have tested this behavior and it looks like there shouldn't be a problem.
We used the following scenario:
1) Created a custom...MoreLess

Show all comments

Hi everyone,

I'm implementing the change log configuration as described here:

https://academy.creatio.com/docs/8.x/setup-and-administration/administration/logging-tools/change-log/set-up-the-change-log

I wonder, how do I go about actually binding that configuration to the package i'm working on? So I can transfer the configuration from my dev environment to test/prod.

Appreciate your help!

Like 0

Like

2 comments
Best reply

Hello!

Unfortunately, in the current Creatio configuration, it is not possible to bind "Change Log" data to a package.

Change log information...MoreLess

Show all comments (1)

Hi everyone,

Is it possible to change the thumbnail image on the attachment grid to a custom image?


Regards,

Ramya

Like 0

Like

1 comments

Hello Ramya,

Unfortunately, it's impossible to change the image mentioned above.

We've registered the suggestion to the responsible R&D team.

Show all comments

Hey Community, i'm trying to write a piece of code which will show a popup to the user on login. Thinking of overriding the shell page for the same,but unable to find the sourcecode.Has any one tried it before.I'm specifically trying to show the pop up on this page.

Like 1

Like

1 comments
Best reply

Hey community, 
I found the client module it is called BaseShell

Hey community, 
I found the client module it is called BaseShell

Show all comments

We've been building out API data flows into Creatio including automated order/invoice creation from cart data and webinar registrations from our website. We are now creating a support request form on a website that should create a case linked to a matching contact in the CRM. 

Retrieving the contact...MoreLess

Like 0

Like

3 comments

You would just POST to https://mycreatiourl/0/odata/Case with a payload that is structured using Case columns, something that looks like what...MoreLess

Show all comments (2)

Hi, everyone!

I have a task for updating EventTarget status and some other fields triggered by event in external system via integration. And I'm looking for the simplest way how to do that. Is is possible to update data with help of posting json request to GeneratedObjectWebFormService.svc/SaveWebFormObjectData? Or is there any other not very complicated way how one can do that?

Thank you!

Like 0

Like

1 comments

Easiest way is to use Creatio's webhooks. Look up webhooks in the Academy. They only do inserts, not updates, but you can create an object that...MoreLess

Show all comments