Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. %%[
  2.  
  3. if @IsSendable == "True" then
  4.  
  5. /* ============================================================== */
  6. /* THIS PORTION IS WHERE I NEED HELP getting the following information */
  7. /* ============================================================== */
  8. SET @SendableDataExtensionField = Field(@curRow,"SendableDataExtensionField")
  9.  
  10.  
  11. SET @SendableSubscriberField = Field(@curRow,"SendableSubscriberField")
  12.  
  13.  
  14. SET @Template = Field(@curRow,"Template")
  15. /* ============================================================== */
  16. /* ============================================================== */
  17.  
  18. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement