Announcements
Hi All,
We have a custom method on table which initializes the field values based on some condition and it is getting called in insert method of table. Now when we are importing the data the values are not getting initialized which is already there in the custom methof for iniatialization. So i tried to call the same table method by assigning the buffer and setting the buffer back to context as shown below. However the values are still not getting initialized. Could you please let me know the procedure to call the custom logic on table to entity.
transTable = _dataSourceCtx.getBuffer();
transTable.defaultValues();
_dataSourceCtx.setBuffer(transTable);
Thanks
Venky
First of all, check if insert() method gets all at all. If it is, debug your custom method called from there, because it doesn't seem to do what you expect.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator