Hello - I am new to Eloqua. Appreciate your help regarding this issue.
This is what we need to achieve: Before a contact is saved into DB, make a Web Service call to ensure that some of the data fields input is valid and based upon the result for validation, flag a contact in certain way.
Can someone please recommend what's the best way to achieve this. From performance perspective, should this be done for each record or should this validation process be batched? Are there extensible attributes available for Contact Entity that can be used for storing the validation results or flagging a contact?
Thanks.