Guest User

Untitled

a guest
Dec 13th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. %%[
  2. var @customerFirstname, @customerNumber
  3. set @customerNumber = "889938"
  4. set @customerFirstname = Lookup("Customer profile", "First Name", "Customer Number", @customerNumber)
  5. ]%%
  6. First Name : %%=v(@customerFirstname)=%%
Add Comment
Please, Sign In to add comment