AsyncValidate method before deleting records in detail grid

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 0

Like

1 comments

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