You need to sign in to do that
Don't have an account?

ampscript RetrieveSalesforceObjects to pre-populate fields with info we have on Sub
Can I somehow use RetrieveSalesforceObjects to retrieve the Lead objects fields then populate those field if exists. I have the retrive part now sure what I'd use to pre-file.
set @web = RetrieveSalesforceObjects("Lead", "Id","FirstName","LastName","MobilePhone", "Email", "=", @email)
Please check with below link from stack exchange community with similar issue and suggested workaround.
- http://salesforce.stackexchange.com/questions/152277/ampscript-script-form-with-no-comments/152392
Please close this thread by marking it as solved so that it gets removed from the unanswered queue and will be available as proper solution for others.Regards,
Nagendra.