@Darshil_Shah1,
I know.. there are many subtleties here, hence why I think a 10 minute call would resolve a lot very quickly 😉
Where did the form reference come from? I'm a little...
I think my solution gives you the 'easy' way to fix this?
Run a smart campaign to give them their base 10 points, and then run my decreasing min number of times approach to give t...
@Darshil_Shah,
your approach with a pre-filled form is exactly the approach I take as well. That solution get's my vote.
An potentially interesting extension of that would be a hi...
@sam_shah2k,
I think you need to consider the campaign architecture:
Why was the campaign executed?
What was the intended consequence of no action being taken?
How were they opted...
Gotcha.
Thanks for making my code a bit more robust :).
What are the performance impacts of checking the map twice (once with the contains, and then once to get the swap characters...
@SanfordWhiteman,
now I'm curious:
Why is this
#if(!$swapChars.length().equals(0))
considered falsey? It has a boolean in it (the .equals() ), and I have (in my inimitable old scho...