Question
Formula Field Evaluates to Null in Salesforce - Sync Impacts in Marketo?
Hello,
I have a formula field in Salesforce that evalues to null if the Contact record has a picklist value that doesn't match what I want:
IF(TEXT(Member_Status__c) = 'Active', (DATEVALUE(NOW()) - Established_Date__c), null)
I do this because I only want to calculate the formula for those Contacts with Member_Status__c = 'Active'. My question is - currently because this condition is not in place Marketo is syncing all Contact records. With this condition in place - and the formula evaluating to null for Non-Active Members - would Marketo stop syncing the null records?
Or Marketo would always evaluate the formula and sync even if the result was the same..
Trying to optimize the sync and I am not sure if Marketo syncs based on comparing values in Marketo or blindly by evaluating the formula each time.
Thanks for your help!
I have a formula field in Salesforce that evalues to null if the Contact record has a picklist value that doesn't match what I want:
IF(TEXT(Member_Status__c) = 'Active', (DATEVALUE(NOW()) - Established_Date__c), null)
I do this because I only want to calculate the formula for those Contacts with Member_Status__c = 'Active'. My question is - currently because this condition is not in place Marketo is syncing all Contact records. With this condition in place - and the formula evaluating to null for Non-Active Members - would Marketo stop syncing the null records?
Or Marketo would always evaluate the formula and sync even if the result was the same..
Trying to optimize the sync and I am not sure if Marketo syncs based on comparing values in Marketo or blindly by evaluating the formula each time.
Thanks for your help!