Question
AsyncValidate method before deleting records in detail grid
15:40 Apr 27, 2020
Hi Community,
In Edit Page, there is asyncValidate method which validates the record asynchronously before saving. Now I want the same on deleting of records on detail. Is there any asyncValidate method on detail grid I can inherit? I want to perform asynchronous validation before deleting records on detail grid.
Thanks
Like
1 comments
12:35 Apr 30, 2020
Hi Fulgen,
There is no possibility to call validation since records being deleted throughout the detail's grid, not the object's page.
But you can override methods of the mentioned grid and add your own logic into it.
Please note that schema should also be added into custom BootstrapModulesV2 to upload it.
Kind regards,
Roman
Show all comments