Guest User

Untitled

a guest
Feb 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. %%[
  2. SET @s = RetrieveSalesforceObjects('Subscription__c', 'Id, Contact__c',
  3. 'Contact__c', '=', @id)
  4. SET @Row = row(@s,1)
  5. SET @ID= Field(@Row, "Id")
  6. ]%%
  7.  
  8. %%=v(@ID)=%%
Add Comment
Please, Sign In to add comment