Setting an Email Subject Label based on a USERSETTING

We have a client using several apps and need to apply a label to the subject line of emails generating from key apps so they know if the email came from a TEST app vs. their LIVE app.

Iโ€™m placing the following expression in USERSETTINGS() to place it into the subject line but Iโ€™m having trouble with the syntax. Can someone assist ?

IF(CONTEXT(AppName)=โ€œTST_USA_Receiving-539632โ€,"-TEST RECEIVING APP","")


0 4 120
4 REPLIES 4

Steve
Platinum 4
Platinum 4

Put the expression inline, rather than using a user setting.

Yes thanks Steve. Iโ€™ve had some success inserting a vc into each of the tables requiring the label - was hoping for a more direct method

Thanks again

Alternatively, use the user setting, but enclose it in << and >>:

<<USERSETTINGS(version_flag)>>

Woo hoo! That worked! Youโ€™re the best! Thanks Steve

3X_d_1_d1b1e9a9d2844444112bcc937e5a9e3d05c62473.png

Top Labels in this Space