Jump to: navigation, search

Difference between revisions of "Activity:GetObjectsFromSystemRelation (Activity)"


(Created page with "The GetObjectsFromSystemRelation activity returns a list of child objects and its relation data via the system relation of a given parent object. {{ActivityI...")
 
Line 33: Line 33:
 
==See also==
 
==See also==
 
* [[Workflow Designer]]
 
* [[Workflow Designer]]
* [[GetObjectsFromSystemRelation (Activity)]]
+
* [[GetObjectsFromNamedRelation (Activity)]]
  
 
[[Category:Workflows]] [[Category:Activities]]
 
[[Category:Workflows]] [[Category:Activities]]

Revision as of 19:23, 16 April 2014

The GetObjectsFromSystemRelation activity returns a list of child objects and its relation data via the system relation of a given parent object.

Get Objects From System Relation
Name GetObjectsFromSystemRelation
Purpose Return child objects of parent object
Category Relations
Returns List of child objects
Version 2.2.3

Arguments

Argument Type Direction Purpose
Parent RelationalObject In The parent object
Relation Systemobject In The system relation object to be searched for at the parent object
RelationData UBIKClassList<RelationData> Out The list of relation data objects
Result UBIKClassList<RelationalObject> Out The list of child objects

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.

See also