Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Execute rules linked to a subtable

Current row of linked subtable (getCurrentSubtableRowId)

Scroll Prev Top Next More

This function returns the current row of the linked subtable.

Parameter

Type

Description

-

-

-

This function returns the current row of the linked subtable. In case the rule is not linked to a subtable, 0 is returned.

Example:

$currentRowId = $this->getCurrentSubtableRowId();