This function allows you to count the number of entries in a subtable for the current step.
Parameter |
Type |
Description |
|---|---|---|
$subtable |
string |
Subtable name |
This function returns the number of subtable rows.
Example:
…
$numberOfEntries = $this->getSubtableCount('INVOICEITEMS');
…