Hi Yuri, is there any quick way to open a modal with the data of a related field in "View" mode without creating a template?
Thanks
					Thanks
                this.dialog = new Espo.Ui.Dialog({
                    header: 'HEADER TEXT',
                    container: 'CSS SELECTOR',
                    body: '',
                    buttons: buttons,
                });
this.dialog.show(); 
Comment