1 risposta
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() )
)