I am currently working on creating a custom service in Creatio, where I need to execute a large number of tasks and create records in multiple objects. These tasks take some time to execute, and to avoid any latency, I would like to create the first record and immediately return a response...MoreLess
Everyday at 11PM I get the same error notification in my Notification panel:
Account not found with IdentityId "".
With what I could see it was generated from a business process called "Lead generation. Сonsistency check" in CrtSocialLeadGen package. What can I do to fix this issue?
I am trying the installation of packages in creatio using clio command and I was wondering if it is possible for more than one package to be installed simultaneously using clio?
Thank you for your answer. I understand that you can initiate the installment of many packages with clio in this way, but can they install in parallel?
I am trying to build a business process that will automatically generate an excel report using the Generate Excel Report task, available through package IntExcelReport.
In the business process Convert File to Base64String I pass the file that is generated from Generate Excel Report task.
Hi, trying also to figure out how to use this new excel process element to send the report by email. Documentation has not been updated in the...MoreLess
I have grouped a number of cases (Stages in my case) in the workflow. The decision of which stage will be chosen, is decided in a business process inside the previous stage.
The problem is that the first stage of the group always shows, even if it will never be processed during the workflow. How can I hide this stage on a specific condition and show the other stage in the group.
I am trying to filter the list of products shown in the Application page, based on the field Segment. The field segment is part of the object FZVwActiveProduct (it represents a view in db). This object has the following fields: FZId (GUID), FZOpportunityConditionName (Text),