Guest User

Untitled

a guest
Jun 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script runat=server>
  2. Platform.Load("core","1");
  3. var results = Email.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"FY18"});
  4. Write(Stringify(results));
  5. </script>
Add Comment
Please, Sign In to add comment