Difference between revisions of "Activity:GetObjectsFromSystemRelation (Activity)"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | The GetObjectsFromSystemRelation activity returns a list of child objects and its [[RelationData|relation data]] via the system relation of a given parent object. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Objects From System Relation | | title = Get Objects From System Relation | ||
Line 9: | Line 12: | ||
| version = 2.2.3 | | version = 2.2.3 | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
Line 26: | Line 28: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
− | + | ||
This activity is used to get a list of child objects of the parent object via the system relation. Optional the relation data is returned. | This activity is used to get a list of child objects of the parent object via the system relation. Optional the relation data is returned. | ||
+ | |||
+ | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[GetObjectsFromNamedRelation (Activity) | + | * [[Activity:GetObjectsFromNamedRelation (Activity)]] |
− | + | ||
− | + |
Latest revision as of 09:54, 4 November 2015
The GetObjectsFromSystemRelation activity returns a list of child objects and its relation data via the system relation of a given parent object.