I am trying to add the a currency lookup column to the country object, as it will be very helpful a specific use case we have to be able to know which countries use which currency. I have already created a new package with a replacing object to add the column, but now whenever I try to impor...MoreLess
It turns out the problem was that I did not publish the new object before compilation. After publishing and compiling once more the lookup works...MoreLess
It turns out the problem was that I did not publish the new object before compilation. After publishing and compiling once more the lookup works...MoreLess
Problem Description I'm trying to integrate an external .NET library (Npgsql) into my custom Creatio package to connect with a PostgreSQL database. However, I'm encountering version compatibility issues with System.Runtime.
I’m working on a custom web service in Creatio that connects to an external PostgreSQL database deployed on Neon. My goal is to query data from this external database, acting like a custom ORM. However, I’m running into an issue with using the Npgsql package inside Creatio’s source code...MoreLess
I am working on a project where I need to either replace or override an existing Creatio web service with a custom implementation. Specifically, I want to extend or modify the functionality of a base Creatio web service (e.g., CallServiceSchemaService) to fit my business requirements...MoreLess
I am trying to open a page for an object that I have created in a business process, but the page isn't showing up in the dropdown menu for the "Open edit page" process element.
The closest I have come to a solution is on this post from 2020, where someone said that in order for it to show up you need...MoreLess
In the classic UI, there is an element that allows you to send emails, chat, etc. that is towards the top of the page by default and looks like the following screenshot:
How can I get the same functionality in Freedom UI? I am specifically asking because I am trying to use the Twilio SMS Connector...MoreLess
I have a record that I'm trying to delete, but just as the title says, the system is telling me that I do not have the rights to any CRUD operations despite me being the system user and making sure that I have full operation permissions on the object.
The specific object in question is the AppValidation...MoreLess
In the default Addresses expanded list, there is a column called "Full address" which combines all of the different parts of the contact address object into one, and cannot be edited directly, such as in the following screenshot.
I'm having trouble figuring out how this is implemented, as I would like...MoreLess
That is implemented in BaseAddressEventListener. It’s basically an entity event listener class. See more about those here: https://customerfx...MoreLess
That is implemented in BaseAddressEventListener. It’s basically an entity event listener class. See more about those here: https://customerfx...MoreLess
As the title says, we sometimes need to disable buttons while still showing them - something which was easy to do in Classic UI. Is there any way of doing so in Freedom UI? I can't see any examples in OOTB Freedom UI areas, anywhere that does have disabled buttons OOTB are in Classic UI sections (e.g. the "Finish session" button on the System User page on the Access Rules tab when no record is selected).
As a note, the only way I could find to put some kind of hint/tooltip on the button when it's disabled is by using the "title" property, which...MoreLess