Syntax |
SKIP |
Description |
Layout action constant. If your layout condition evaluates to Skip, then the layout will be skipped. |
Example |
IF([SALES_REP] = "John", Print, Skip) |
In this example, the layout is skipped when PrintShop Mail finds anything else but the name "John" in the "SALES_REP" field of the database.