A developer wants to create a Synchronized Data Extension containing Lead data from Sales Cloud. They only want to include record which contain a phone number. Each of the following flied contains this information per these rules: -Phone is not black (Data Type = Phone) -PhoneExist is true (Data Type = Boolean) -ValidPhone is 'true' (Data Type = Formula(Boolean)) -ContactType equals 'Phone' (Data Type = Text). Which field could be used to select a subset of records in the synchronization configuration?
To select a subset of records that contain a phone number, the field that ensures the phone number is valid and non-blank should be used.
ValidPhone Field: The ValidPhone field is a formula field that evaluates to 'true' if the phone number is valid. This ensures that only records with a valid phone number are included in the synchronization.
: Salesforce Data Synchronization
Janey
3 days ago