
Mark Keisling
In the initializeEventTokens section
IF($main.provideServiceMessages == "true")
$track_delivery = true
ENDIF
appears to be incorrect. It should be
IF($main.provideServiceMessages == true)
$track_delivery = true
ENDIF
Since it is looking for a boolean rather than a text.
Not sure if anyone else ran into this or has thoughts.
Version 5.1.1 r72795
0
Comments
Please sign in to leave a comment.
Same issue in the HANDLER\sendExternalServiceMessage script