From documentation 6.2.0, the loadRecord () method is available only in the classic version. How can I replace it in the modern version? I want to get the following effect only in the modern version 6.2.0:
if (record) {
me.dialog.down ( "forms"). loadRecord (record);
}