InheritParentPosition

Provides the bound child object of the Document Hierarchy with the zone parameters of a parent object identified by the parameter.

Syntax

bool InheritParentPosition (StrParam)

Parameters

Case sensitive string value of the name of the parent object. Details, for example, is the name of a parent Field object in the Invoice application. If the bound object is LINEITEM, the action provides the zone parameters of the parent to this child object. Smart parameters are supported.

Returns

False if the action cannot locate the parent field. Otherwise, True.

Level

Field level.

Details

Provides the bound child object (a subfield of another field) of the Document Hierarchy with the zone parameters of a parent object identified by the parameter.
Example
InheritParentPosition("Details")