Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Execute rules linked to a subtable

Linked subtable (getCurrentSubtable)

Scroll Prev Top Next More

This function returns the name of the linked subtable.

Parameter

Type

Description

-

-

-

The function returns the name of the linked subtable. In case the rule is not linked to a subtable, an empty string is returned.

Example:

$currentSubtable = $this->getCurrentSubtable();