Skip to main content
Amber Gillis (K2M) ha fatto una domanda in #Data Management
We're currently integrating Eloqua with our SF Contacts and Leads.  We found that some of our contact info that are being updated in SF have info that's being overridden by old data in Eloqua.  I've reached out to Eloqua to understnad why Eloqua is overriding SF info if something's already there.  On the SF side, how can we filter incoming info to NOT override a certain Contact Record Type?
1 risposta
  1. 8 mag 2015, 00:51
    Hi Amber, 

     

    You can try a validation rule like below. Just make sure the RecordTypeId is the one that you do not want Eloqua to override and the User.Id is the id for your Eloqua integration user.

     

    Hope this helps!

     

     

    AND (

    RecordTypeId = '012600000000zGm',

    $User.Id ='00560000001P0zQ',

    NOT( ISNEW() )

    )

     

     
0/9000