Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
If I have a person in more than one partition and I delete that person in one partition, do I delete all instances of that person in Marketo regardless of the partition? I believe this is the case but want to make sure. Thanks
Hi Sanford, would you have a chance to look at this?
This is a continuation of a post that was answered here: https://nation.marketo.com/thread/51108-creating-a-list-based-on-parameters-and-dateI am now trying to create code that creates a list of only activities completed in the current month.I started by setting up the time and timezones explained i...
D'oh! That was the problem. Forgot to check those fields.Thank you Sanford. Marking this as correct.
When I tested the code I am seeing this.The field names are correct but can't figure why I am getting this result.
#if (${sPAdActivity_cList.get(0).activityStatus} == "Completed" )#set( $activityDescription = ${sPAdActivity_cList.get(0).description})#else#end#set( $pointsEarned = ${sPAdActivity_cList.get(0).points})#set( $myIndicator = "1")
Activity | Points Earned |
#if (${sPAdActivity_cList.get(0).activityStatus} == "Completed" )#set( $activityDescription = ${sPAdActivity_cList.get(0).description})#else#end#set( $pointsEarned = ${sPAdActivity_cList.get(0).points})#set( $myIndicator = "1")
Activity | Points Earned |
On our site there are activities that members take to earn points and then they can use those points to enter drawings.I would like to send a monthly email based on the following.List the activities where the status equals “Completed”.Only show the activities that were completed this month based on ...
Thank you Sanford, that worked. However, I am confused on about this. In my instance the field names do have mkto_ in them. Below is a screenshot of the fields in the database.And when I go to edit the form, the field names are consistent.Is it because I am embedding the code on my site that the nam...
Here is the link to the page.