I need to trigger a process to search for all pending approvals in a Freedom UI section, but I have not found a Visa object connected to Freedom pages. How can I approve all pending approvals connected to a specific object in a FreedomUI section via a process?
Found, it is a single object for all entities: Approval, in the column "Reference schema name" must indicate the name of the object of the section...MoreLess
Somebody know where can we change the message and graphics Creatio displays in a list page (Freedom & Classic pages) where no data? and the same in Next Steps?
Hello, If you want to add a button to an action menu for the active row, the regular approach will result in the error you received. Here you...MoreLess
I have a validator function with the "async" flag set to true. It is working however the error message is not showing when the record is saved and the validation fails.
today i did a process publishing on our test instance (version 8.1.2.3914),
an error showed up after that :
[{"Line":98,"Column":91,
"ErrorNumber":"CS0618",
"ErrorText":"'SecureActivityEmailSender' is obsolete: 'Use SecureActivityEmailSenderBase class. The current class is left for backward compatibility'"...
I installed an application(Freedom UI) from the other instance. Prior to installation, I ensured that the data binding was correctly set up to ensure the lookup is connected to the export application.
After installing the application on the new instance, the lookups are functioning properly. However, I am unable to make any changes, such as adding a color column or other columns in the lookups (Data model objects).
We would like to understand if it is possible to distinguish between activities imported from Outlook (calendar synchronization) in Creatio, from those activities that are opened directly in Creatio. Can you help us?
No, there are no clear markers indicating the difference between imported activities from Outlook because it involves two-way synchronization...MoreLess
Is it possible to sort the quick filter list you get displayed with code in Freedom UI? I can see there is no way to do it through no code currently, but is there a handler that can be overridden to add sorting to the resulting list? Would be very useful in some circumstances. Maybe it will be done on the load data step using crt.LoadDataRequest in some way? Not sure what the config items that would need to be added to the request would be though.