How to use WSProxy to work with Data Extensions in server-side JavaScriptPosted on Published 06/16/202203/29/2020 by Ivan Razine This article explains how to use WSProxy to work with Data Extensions in server-side Javascript in Salesforce Marketing Cloud.
The 5 ways of adding and updating records in SFMC using AMPscript and server-side JavaScriptPosted on Published 11/02/202001/28/2020 by Ivan Razine Remember, knowledge is power! Each of the methods presented below offers a different approach to coding and may even give us a hint on how to approach other methods available in Marketing Cloud.
How to use delimited strings to store more data in a single Data Extension record with AMPscriptPosted on Published 11/02/202010/09/2019 by Ivan Razine This article explains how to use delimited strings to store more data within a single Data Extension record with AMPscript in Salesforce Marketing Cloud. Not a fan of reading? Jump to the code snippet. What’s a delimited string? A delimited string is a chain of characters where different pieces of information are separated by one special character. This […]
How to simplify your life by using Regular Expressions with AMPscript in SFMCPosted on Published 11/02/202010/07/2019 by Ivan Razine This article explains how to simplify your life by using the overly complicated Regular Expressions with AMPscript in Salesforce Marketing Cloud.
How to create a link with an expiration date using AMPscriptPosted on Published 11/02/202007/08/2019 by Ivan Razine This article explains how to create a link in an email message with an expiration date using AMPscript in Salesforce Marketing Cloud.
Best tips and tricks in AMPscript and server-side JavaScriptPosted on Published 01/03/202307/04/2019 by Ivan Razine This article showcases the best and most useful bits of AMPscript and server-side Javascript in Salesforce Marketing Cloud.
How to claim a Coupon Code with AMPscriptPosted on Published 11/02/202005/09/2019 by Ivan Razine Coupon codes or discount codes, how do we manage them in Salesforce Marketing Cloud? In short, it’s easy… But there is a catch!
How to prevent the Free Form from formatting AMPscriptPosted on Published 11/02/202005/02/2019 by Ivan Razine Have you ever tried to insert AMPscript into a Free Form Content Block? Then you know for sure that they don’t like each other very much!
How to create and move to folders with server-side JavaScriptPosted on Published 11/02/202004/29/2019 by Ivan Razine Is it possible to create a new folder and move there our brand new Data Extension? Of course it is and here is how!
How to debug AMPscript and avoid Error 500Posted on Published 11/02/202004/18/2019 by Ivan Razine Although it’s the common belief that there is no way to easily debug AMPscript and avoid the pesky Error 500, it’s still possible!