Skip to main content

Condition_HasPhoneNumber

Description

Checks whether the BaseObject has the NonBaseObject's phone number saved in its contact list.

Parameters

ParameterDescription
BaseObjectThe entity to check whether it has the phone number
CompareTypeEqual (has the number) / NotEqual (does not have the number)

Examples

DescriptionBaseObjectCommandCompareType
Check if Self knows Target's numberSelfHasPhoneNumberEqual
Check if Self does not know Target's numberSelfHasPhoneNumberNotEqual
Check if Target knows Self's numberTargetHasPhoneNumberEqual