What is the difference between going to the table events node and copying the event handler (modified/modifying)
[ExtensionOf(classStr(CustTable))]
final class CustTable_Extension
{
public void insert()
{
ttsbegin;
//add logic if needed
next();
//add logic if needed
ttscommit;
}
}
public void insert()
{
ttsbegin;
super();
this.insertRelatedTable();
ttscommit;
}
Abhilash Warrier
243
Martin Dráb
190
Most Valuable Professional
Adis
144
Super User 2025 Season 1