Unfortunately, so far, there is no possibility of marking notifications unread / marking them as read only after they are clicked. We have registered your suggestion on this topic, and our R&D team will consider implementing it in future releases.
As for the Academy article, there is an inaccuracy. The logic with the counter is currently applied only to the Classic UI shell. And the highlighting of the new notification has not been implemented so far. We apologize for this inconsistency. We have already informed the Academy team about it, and they will correct the article. Also, a separate suggestion was registered for the R&D team on implementing the counter for Freedom UI and adding highlighting.
Thank you for being an active part of the Creatio community!
Is there a way to sort a detail by a specific field in Freedom Mobile? I'm using this approach that works in Classic, but it does not seem to work when I switch to the Freedom version:
added to the MobileCaseRecordPageSettings (edit page of the case section in mobile). The code for your detail should be found in the same schema and modified.
Hi Team, We have a requirement to implement object permissions for our use case, and I have been working on setting these up. Despite following the documentation provided in the link below, we are encountering issues where the permissions do not seem to be functioning correctly. Specifically, users are able to delete records even when they do not have delete permissions, and similar issues are occurring with other operations. I followed the guidance in the following documentation: Creatio Object Operation Permissions Documentation Could you please assist us in resolving this issue? Thank you! Best regards, Bala Koteswarareddy.
We have a requirement to implement object permissions for our use case, and I have been working on setting these up. Despite following the documentation provided in the link below, we are encountering issues where the permissions do not seem to be functioning correctly. Specifically, users are able to delete records even when they do not have delete permissions, and similar issues are occurring with other operations.
Could you please provide us with a screenshot of object permissions for the mentioned object and the screenshot of roles of a user that can delete the records despite not having the rights to do so.
Also, specify if you made sure to run the "Update object permissions" action after setting up the new access rights.
I have used a sample object and user for testing purposes. Please find attached the screenshots you requested:
Object Permissions Screenshot:
User Roles Screenshot:
Despite these configurations, the user is still able to delete records. Could you please help me identify what might be going wrong or if there are additional steps I need to follow?
Thank you for your valuable input. I realized it was a simple mistake on my part regarding the System administrators role having the CanDeleteEverything permission. I have now corrected it and successfully achieved the desired outcome.
Please let us know where to stored the user entered records are stored in Creatio in the backend.
For example:
The user entered records in Stage A, once the Stage A is completed it will move to next Stage B then where to find the previous Stage A user entered records.
Here is a handler that will trigger calling the model load with the sorting using the "Name" column from the "Account" entity in the ascending order with row offset 15 and 1 record fetch:
Here is a handler that will trigger calling the model load with the sorting using the "Name" column from the "Account" entity in the ascending order with row offset 15 and 1 record fetch:
We have installed Creatio version 8.1.2 version with MSSQL DB in virtual machine, but once logged into 3 or 4 users at a time the instance is not working. Could you please help on this.
After restart the Redis and Application Pool it is working as expected.
In fact, IIS on different OS supports different numbers of concurrent connections, resulting in the fact that when the limit is reached, new requests won't be processed, the UI that sends these requests will not respond, and the Creatio Instance will be very slow/not working.
This is the only possible explanation of why this issue occurs.