Velocity Script Pull Record "Updated in Last 48 Hours" | Community
Skip to main content
New Participant
March 13, 2023
Solved

Velocity Script Pull Record "Updated in Last 48 Hours"

  • March 13, 2023
  • 1 reply
  • 1131 views

Hello,

Back again with another Velocity question I can't seem to find any existing documentation for.

We have a custom object that basically houses all individual data about a user in our system (let's call it customerInfo) and we have a fair number of cases where we have multiple customers with entries under a single email. So one email might have multiple instances in the single object.

We have product emails that go out when someone opens a new product and so to do personalization, we'd like to be able to include the name of the person who opened the product.

On the Smart List side, I'd use the "customerInfo Object was Updated" trigger with the Constraint of "Product Opening Date In Past 48 Hours", but is there a similar way within Velocity scripts so I could do the above and output the Customer Name who actually opened the product?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

You’ll want to read and digest the seminal post Velocitips: Switch email content based on day/time.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
March 13, 2023

You’ll want to read and digest the seminal post Velocitips: Switch email content based on day/time.

New Participant
March 13, 2023

Thank you! I had glanced over that but will give it a closer look. Apologies for all the basic Velocity inquiries!