Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm not sure I am following you. How are the two script checks working differently? Why would it work in one list display, but not the other? As far as I can tell, I am not doing anything different in terms of set-up, but one populates with an output and one is blank.
But that is just it, I don't think it is empty. When I check that lead in the database, there is data for this object in their lead details in the activity log. As well, the other code I was using to determine what data was on the object works. Setup:#if( !$context.contains("AdPotentialCancellation_...
Thank you for clarifying what best testing practices are and when to use them - that is really helpful!I do have one token that is a lead token in the email in addition to the three different velocity tokens.When I test using your code exactly and nothing checked off in the object tree on the right ...
I tested it as a 'send alert' send to my email for the specific lead record that has data on that object as well as a test sample send spoofing that lead in addition to just previewing it as a person in the preview panel. The results are the same. The list won't populate. it just displays the code. ...
Thanks, Sanford! I appreciate your quick response.When I input the code above what I see in the email text is this:When I copy the code above exactly for ordering by Decline_Date_c the email text display is empty/blank.To your point about not showing what displays in the email for the code in my ori...
This has been asked a few times, and I have looked through and tried most of those solutions. However, in my case it still seems not to be working, and I am not sure why.Here is an example of the cleanest script I have tried, an adaption of script given to another user for the same issue. #if( $AdPo...