
[ExtensionOf(tableStr(CustTable))]
final class MyCustTable_Extension
{
public void initValue()
{
next initValue();
// Set your default value here
this.customfield = "10";
}
}
If this helped, please mark it as "Verified" for others facing the same issue