Skip to main content

Condition_CanSendCollectionInformation

Description

Returns whether the BaseObject has Family Collection information that can be sent to the non-BaseObject entity.

Parameters

ParameterDescription
BaseObjectThe entity that would be sending collection information (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.

Examples

DescriptionBaseObjectCommandCompareType
Check if self has collection info that can be sent to targetSelfCanSendCollectionInformationEqual
Check if self does NOT have collection info to send to targetSelfCanSendCollectionInformationNotEqual
Check if target has collection info that can be sent to selfTargetCanSendCollectionInformationEqual