Thanks for your feedback on this one. I assumed there wasn't anything out of the box that I was missing, but good to know the work arounds. I'm not sure these will work for our use...
Hello,Working on a new project and I have access to all of the fields I want to display on a landing page... on a custom list which works just fine for emails, but wanted to have a...
What a dummy... didn't see that.I updated that, but I'm still only getting the default value. Is there anything else that is sticking out?#set( $defaultTimeZone = $date.getTimeZone...
So I have a custom list (account_cList).I want it to check if${account_cList.get(0).productType} has one of the qualifying (integer) values:1001, 1002, 1003, 1004, 1009, 1010, 1011...
@Jo_Pitts1, thanks again for pointing this out.I went back to the drawing board and @SanfordWhiteman's blog post and I am now getting the desired result with the following script:
...
haha no problem at all. it is likely the issue with the script... I'm not entirely sure where I picked it up along the way (I've been looking at a lot of posts and things trying to...
I spoke too soon.The current script is adding 10 years to the current date, I need it to take the date in$customList.openDate and add 10 years.
Based on what I was seeing, it $cal...
Thank you! I looked at that post several times trying to find one that would match. I didn't know about the YEAR vs DATE switch.
Here is my updated script that is generating the d...
I have a date field that I am pulling from a custom list, and I'm getting the date expected, but I want to take that date and add ten years to it. So I have the beginning date, and...