Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Work with Subtables

Number of subtable rows (getSubtableCount)

Scroll Prev Top Next More

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');