IS_CONNECTED_BY

Returns the specified string if source object and target object are connected via the respective connection type

IS_CONNECTED_BY requires as input at least one ARIS source object, an ARIS target object, the API name of the connection type, and the string to be displayed if this relationship exists at the definition level. You can use single arguments and/or scope arguments.

Example

The following formula outputs the string OK, if the source object is connected to the target object via the connection activates with the API name CT_ACTIV_1.

=IS_CONNECTED_BY(A1;B1;"CT_ACTIV_1";"OK")

IS_CONNECTED_BY