Hello,
What's the neatest way to retrieve a layout while in the Service scope? I'm not completely following what the Container in getContainer() refers to
E.g. from
Call something like
What's the neatest way to retrieve a layout while in the Service scope? I'm not completely following what the Container in getContainer() refers to
E.g. from
PHP Code:
application/Espo/Services/Record.php
Call something like
PHP Code:
$accountListLayout = $something->get('layout')->get('Account', 'list);
Comment