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?
However, it’s important to note that removing the button does not disable the ability to select multiple records, for example, using the "Ctrl + Click" combination. Unfortunately, disabling multi-selection entirely is not possible for Classic UI details.
Creatio does not have a separate event for multi-delete event; each delete operation will be processed separately.
I was unable to reproduce the behavior where logic tied to the deletion event of records fails to execute in case of multi deletion.
Could you please provide more details about your mechanism's configuration?
Regarding the possibility of removing multi-select in a detail, in Freedom UI, you can configure this in the page designer by unchecking the "Multiselect" parameter.
Unfortunately, this is not possible in Classic UI.
The problem is there not enough documentation, but I think I'm on right way, at this time didn't know how to continue to hide, from the detail menu, the select all records option.
Regarding to detect, in a process a massive delete, no idea if it's possible :-(
However, it’s important to note that removing the button does not disable the ability to select multiple records, for example, using the "Ctrl + Click" combination. Unfortunately, disabling multi-selection entirely is not possible for Classic UI details.