Notifications
Announcements
public boolean insertEntityDataSource(DataEntityRuntimeContext _entityCtx, DataEntityDataSourceRuntimeContext _dataSourceCtx) { boolean ret; if (_dataSourceCtx.name() == tableStr(TableX)) { Table1 table1; select firstonly Field1, FieldA, FieldB from table1 where Table1.FieldC == this.FieldZ; TableX tableX = _dataSourceCtx.getBuffer(); tableX.Field1 = table1.Field1; tableX.FieldA = table1.FieldA; tableX.FieldB = table1.FieldB; _dataSourceCtx.setBuffer(tableX); } ret = super(_entityCtx, _dataSourceCtx); return ret; }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 678 Super User 2025 Season 2
André Arnaud de Cal... 407 Super User 2025 Season 2
Martin Dráb 283 Most Valuable Professional