(Andrejus Baranovskis) What if you need to verify – if row with given key exists in fetched rowset? This could be useful while implementing validation logic. ADF BC API method findByKey – will trigger SQL call and fetch row from DB, if row with given key doesn’t exist in fetched rowset.
