nhabischWings

nhabischWings

Contact Me
Online Status
Offline
Date Last Visited
a week ago
Level 6
Joined the community 29-10-2020
Rank Icon Level 6
  • solved badge Re: Commas In-Between Outputs from Single Field?

    Thank you! Got it to work with: ##Standard Velocity Date/Time Fields#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($defaultTimeZone) )#set( $calConst = $field...

    image_type
    Discussions
    1504 1 0
  • solved badge Re: Commas In-Between Outputs from Single Field?

    Got it makes sense - I'm close but not sure what's incorrect with my output:## iterate Customer Profiles, looking for those with Membership Opening yesterday#foreach( $item in $customerProfilesList )#set( $membershipOpeningDate = $convert.parseDate( $item.membershipDate, $ISO8601DateOnly, ...

    image_type
    Discussions
    1529 0 2
  • solved badge Re: Commas In-Between Outputs from Single Field?

    I got it to work in theory, as setting it outside the #foreach loop will display correctly - as in it takes the full name of all records, but then it ignores my #if conditional statement.##Standard Velocity Date/Time Fields#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") )...

    image_type
    Discussions
    3054 0 4
  • solved badge Re: Commas In-Between Outputs from Single Field?

    Thank you! Is there a best way to incorporate this into the larger script action?I'm basically trying to get the output here:${display.list($fullNames)}to follow my #if condition and it seems like if I run that #foreach loop before my membershipdate one and then put the output after the if statement...

    image_type
    Discussions
    3085 0 6
  • solved badge Re: Commas In-Between Outputs from Single Field?

    I tried using the below, and the output is still without the comma delimiters in-between:$display.list($item.fullName) Even trying to do a basic token test like:#foreach ($item in $customerProfilesList)#set ($list = $item.fullName)$display.list($list)#end It still prints as "Name 1 Name 2 Nam2 3" in...

    image_type
    Discussions
    3104 0 8
  • solved badge Re: Commas In-Between Outputs from Single Field?

    Sorry, let me try to clarify: Within a custom object, if there's a case of multiple records meeting the criteria like:Lead EmailMembership Opening DateFirst Namebob@gmail.com2023-03-29Bobbob@gmail.com2023-03-29Susanbob@gmail.com2023-03-29Joe We would potentially just send one email instead of three....

    image_type
    Discussions
    3128 0 10
  • solved badge Commas In-Between Outputs from Single Field?

    Hello!Sorry, back again with more fun weird use cases. I'm looking to see if it is possible to have commas between outputs from a single field if there is more than one result? Here is my current script that looks for a opening date in the last 5 days and prints the Full Name:##Standard Velocity Dat...

    image_type
    Discussions
    3178 0 12
  • solved badge Re: Records Updated at Same Time with Same Information - Send Trigger ...

    Thank you! I'll give it a try!

    image_type
    Discussions
    2609 0 0
  • solved badge Re: Records Updated at Same Time with Same Information - Send Trigger ...

    Hello,Referencing Custom Object records within a single Lead record with Membership Opening Date and Status as fields, similar to:Email AddressMembership Opening DateMembership StatusBob@gmail.com2023-03-28MemberBob@gmail.com2023-03-28Member Would the trigger reference work if there's multiple recor...

    image_type
    Discussions
    2624 0 3
  • solved badge Records Updated at Same Time with Same Information - Send Trigger Sepa...

    I apologize if this is similar to previous questions - but running into an occasional problem:I have a script setup to basically send a "Welcome" email if someone becomes a Member - this looks at their Membership Date, Member Status, etc. One thing that happens occasionally is that it's possible for...

    image_type
    Discussions
    2647 0 5

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  • Give Back 100 Give Back 100 Earned on 10.21.25 Earned by 108 people Select to learn more
  • Ignite 70 Ignite 70 Earned on 8.20.25 Earned by 19 people Select to learn more
  • Engage 1 Engage 1 Earned on 3.24.25 Earned by 834 people Select to learn more
  • Applaud 5 Applaud 5 Earned on 12.09.24 Earned by 1842 people Select to learn more
  • Ignite 60 Ignite 60 Earned on 10.28.24 Earned by 24 people Select to learn more
  • Ignite 50 Ignite 50 Earned on 12.11.23 Earned by 30 people Select to learn more
  • Boost 5 Boost 5 Earned on 9.28.23 Earned by 1228 people Select to learn more
  • Ignite 40 Ignite 40 Earned on 8.28.23 Earned by 42 people Select to learn more
Public Statistics
Date Registered ‎10-29-2020 08:41 AM
Date Last Visited a week ago
Total Messages Posted 176
Likes Received 8