✏️ Explanatory Question

Provide an example of an extension class for the InventTable.

👁 1 Views
📘 Detailed Answer
🟡 Medium
💡

Answer with Explanation


[ExtensionOf(tableStr(InventTable))]
final class InventTableNew_Extension
{
    public void newDefaultInventLocationId()
    {
        // custom logic here
    }
}