Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello!Back with another (likely) basic question I can't seem to parse: ##Standard Velocity Date/Time Fields#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($def...
I apologize for all the Velocity posts, but I'm bashing my head against the wall, so I want to get super basic here and explain the issues I am having and make sure I understand the syntax properly.Here is a junk data image of one of our objects:We tend to have multiple of these "Customer Profiles" ...
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 entri...
Hello,Due how our data is structured, we needed to use bridge Custom Objects to structure our data similar to this:Customer Profile (person data) --> CustomerLoans (the high-level data) --> Loans (the detaiils)By default, it seems that the Email Scripting can only access Custom Objects that link to ...
Hello all,We're finalizing a project to move all customer data to Custom Objects, and one scenario has me a bit stuck. We have an object called "Accounts" that has a fair number of fields for customer account data. There is typically more than one account per Lead (obviously). The struggle is - we s...
Hello all, here with a (probably) basic question. Our email template(s) are setup using variables for better styling control, but in a certain case I think it may be breaking the tracking of URLs pulled from Custom Fields.Here's code for reference:
Hello,This may be a really dumb question and maybe I am missing something obvious - but is there any way attribute actions through date of activity to an email itself?I know you can set Date of Activity on things, but that's based off the present date in the sense of "Date of Activity = Last 7 Days"...
Throwing out an idea that might assist with ADA compliance. We have a company that scans our website for ADA compliance and one of the items brought up is that browser-based AutoComplete (such as through Chrome, etc) does not function properly.It's probably possible to do this through external JavaS...
Hello all!I know form input data is tied to a Custom Field so it's sort of a 1:1 relationship. I was curious if it was possible for Form Fields to be tied to Custom Object fields? Our issue is that we have a fair number of webinars and seminars of the same category (ex. Home Buying Webinar) that hav...
Hello All,I have a Program Status set up to track clicks on a personalized URL that is driven by a Custom Field. This is for a survey and the survey site has the same domain on all URLS so I am using:- Email IS: *Email we send out*- Link CONTAINS: *Domain chunk that is in all URLs* In theory this sh...