OCLOperators sqlpassthroughobjects
(Created page with "===Example of using the sqlpassthroughobjects=== The two examples below can be used in a derived association =====If you already have the primary key available to can to like...")
 
No edit summary
Line 5: Line 5:
=====If looking for a specific object using some field=====
=====If looking for a specific object using some field=====
  Kundfaktura.sqlpassthroughobjects('select FAKTURA_ID from tbl_FAKTUROR where FAKTURA_ID = ' + self.FakturaReferensnummer.toString )->first
  Kundfaktura.sqlpassthroughobjects('select FAKTURA_ID from tbl_FAKTUROR where FAKTURA_ID = ' + self.FakturaReferensnummer.toString )->first
[[Category:OCLOperators]]

Revision as of 19:32, 28 May 2018

Example of using the sqlpassthroughobjects

The two examples below can be used in a derived association

If you already have the primary key available to can to like this
Kundfaktura.sqlpassthroughobjects('select ' + self.FakturaReferensnummer.toString )->first
If looking for a specific object using some field
Kundfaktura.sqlpassthroughobjects('select FAKTURA_ID from tbl_FAKTUROR where FAKTURA_ID = ' + self.FakturaReferensnummer.toString )->first
This page was edited 81 days ago on 02/10/2024. What links here