Guest User

Untitled

a guest
Mar 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. %%[
  2. if _isTestSend == False then
  3. Var @rcount, @finalcount
  4. Set @rcount = __DataSourceName
  5. set @finalcount = DataExtensionRowCount(@rcount)
  6. If @finalcount >=1000
  7. The
  8. RaiseError("Subscriber Count Limited Reached",False)
  9. ENDIF
  10.  
  11. EndIF
  12. ]%%
Add Comment
Please, Sign In to add comment