Generic Action Script issue

Not Yet Reviewed

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

1 comment
Date Votes

Please sign in to leave a comment.

  • Same issue in the HANDLER\sendExternalServiceMessage script

    0

Didn't find what you were looking for?

New post