Harry_Rashid

Harry_Rashid

Contact Me
Online Status
Offline
Date Last Visited
‎07-03-2024 12:18 PM
Level 3
Joined the community 27-03-2019
Rank Icon Level 3
  • solved badge Re: date field with custom object to add if loop

    Output for ${oN24Attendee_cList}[{email=cstanton@xxxx.com, eventid=2923321, eventuserid=396136339, personid=85610818, createdAt=2020-12-14 12:14:30, updatedAt=2020-12-16 10:24:27, marketoGUID=6e1d4db5-f994-402f-8f8c-226e5df5fb1d, answeredsurveys=1, archiveminutes=0, askedquestions=1, attendedarchive...

    image_type
    Discussions
    3542 0 5
  • solved badge Re: date field with custom object to add if loop

    I think its to do with the IF loop, seems to go blank when adding that within the FOR loop.

    image_type
    Discussions
    3555 0 1
  • solved badge Re: date field with custom object to add if loop

    This is the field I am trying use to filter correct data into the email, what needs to show after data format complete:this is what is showing at moment, but is from another record in custom object for that customer19 April 2021 03:00 PMfields that are used:${oN24Attendee_cList.get(0).eventdatetime}...

    image_type
    Discussions
    3556 0 9
  • solved badge Re: date field with custom object to add if loop

    Hi Sanford,Thanks for the help but when I add in the formatted field $eventdatetime_formatted within that loop nothing shows up(only blank space). The field I am targeting is eventid ${oN24Attendee_cList.get(0).eventid}. I used your code but it still shows blank.

    image_type
    Discussions
    3563 0 11
  • solved badge date field with custom object to add if loop

    I have the following code, which formats date exactly the way I need it.The issue is I only want to show the date in email which matches correct $eventid for customers. I tried this loop but nothing populates: #foreach( $eventid in $oN24Attendee_cList )#if( $eventid.equals("2862094") )$eventdatetime...

    image_type
    Discussions
    3594 0 13
  • solved badge Re: Velocity email script split string

    Is there an example I can follow or maybe help update the above code?

    image_type
    Discussions
    4132 0 1
  • solved badge Re: Velocity email script split string

    Sorry Sanford, maybe I not explained correctly - the code already splits them to individual lines. I want to amend the code so I can separate each line where they maybe a comma: Say this is one line: Part - 7984219, P2220 Oscilloscope Probe, Passive, 300 V Qty. - 11 Is it possible to use comma deli...

    image_type
    Discussions
    4140 0 3
  • solved badge Re: Velocity email script split string

    Hi Sanford,Thanks that did work but is there a way to split field $lead.First_5_Lines_in_Basket__c into 3 separate fields i.e. field 1, field 2 and field 3 which will allow me to place anywhere in an HTML table? Something like below for each field Field 1 = Part - 7984219, Field 2 = P2220 Oscillosco...

    image_type
    Discussions
    4184 0 5
  • solved badge Re: Velocity email script split string

    Thanks Sanford, that has helped.

    image_type
    Discussions
    4246 0 0
  • solved badge Velocity email script split string

    Hi, I have the following code which looks up a field in Marketo and pulls through the content, but I have an issue I am trying to start a new row when a certain delimiter "Part" pops up within the content: #if(!$lead.First_5_Lines_in_Basket__c.isEmpty())#set($First_5_Lines_in_Basket__c = $lead.First...

    image_type
    Discussions
    4287 0 8

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 25 Give Back 25 Earned on 3.17.21 Earned by 332 people Select to learn more
  • Ignite 5 Ignite 5 Earned on 3.16.21 Earned by 660 people Select to learn more
  • Validate 1 Validate 1 Earned on 3.03.21 Earned by 687 people Select to learn more
  • Give Back 5 Give Back 5 Earned on 2.08.21 Earned by 1282 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 2.08.21 Earned by 1972 people Select to learn more
  • Give Back 10 Give Back 10 Earned on 2.08.21 Earned by 719 people Select to learn more
  • Ignite 3 Ignite 3 Earned on 2.08.21 Earned by 1173 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 2.08.21 Earned by 4362 people Select to learn more
Public Statistics
Date Registered ‎03-27-2019 08:47 AM
Date Last Visited ‎07-03-2024 12:18 PM
Total Messages Posted 42