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?
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.
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
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
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.
How can this kind of massive deletion event be detected?
Is it possible to remove from the detail menu the option to select multiple records?
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.
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.
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.
As for adding a CaseFile, I use the FileApiService endpoints for that, which is what the Creatio client uses as well. If you look at the network...MoreLess
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?
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