Светлана Татульян попробуйте такой код, я не тестировал
{{try{}}
{{$attachId = \IPS\Db::i()->select( 'attachment_id', 'core_attachments_map', array( 'location_key=? AND id1=?', 'cms_Records', $row->primary_id_field ) )->first();}}
{{$location = \IPS\Db::i()->select( 'attach_location', 'core_attachments', array( 'attach_id=?', $attachId ) )->first();}}
<img src="{file="$location" extension="core_Attachment"}" class="ipsImage" />
{{} catch( \Exception $ex ){}}
<img class="ipsImage" src="{resource="pages/noimage.png" app="cms" location="front"}">
{{ } }}