Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Derek,While you can't necessarily do something like "after X time, then do this," if you know these are going to be static, timed sends you can at least say "if Oct. 25, 2016 11:15:30 AM has passed, then display text2" to achieve the effect.Alternately, you could put a datestamp field on the reco...
Hi Alexis,"Best" is pretty fungible—depends on what you're looking for. I'll also just briefly note that as far as SFDC integration goes, your best bet is simply to populate your deliverability fields with SFDC-synced fields, and obviously you can do that with all three services. I've used all three...
Since I realize having better lookup support is a bit of a tall task, I'd like to at least recommend a way to do a labeling of values as a stopgap—allow admins to put labels on lookup fields that make them human-readable for end-users (so in this case, assigning 005i0000002nV1aAAE to show up as Rand...
Hi Matthew,It's definitely possible--you'll just have some inconsistency in how it's applied across all email clients. Do note that coding this kind of feature is not for the faint of email-hearted. That said, a couple of examples are here:http://responsiveemailpatterns.com/patterns/accordions/show-...
Hi Billy,Just a quick question/check: did you specifically add the ! needed for Trigger Objects, i.e., $!{TriggerObject.X2CO_Account__c}?
Hi Jennifer,Just a reminder that LinkedIn caches its Open Graph tags in order to save resources—and as a result can show older versions of what you see. Try adding a parameter to the URL or changing the path to see the updated version.
Hi Valerie,...kind of? The real pain point is removing users that are deactivated; right now there's no non-API way to remove Salesforce-linked custom objects, even if they are deleted on the SFDC side. Currently I've been routing around this by doing calculations for the most recent matching value,...
Since multiple Revenue Cycle Models are an active possibility in this day and age, it also means there may be Models that are retired in order for new ones to either replace or enhance older models. However, there is no way at this time to get a holistic view of everything that may be referencing th...
Hi Valerie,If you can't see this, it's likely that you do not have full admin access to your Google Analytics account—just to a specific property or view. You'll need to talk to whoever set up Google Analytics to get your user to have Account-level rights.
I have a unique use case where I need to analyze the newest date amongst n values of dates for a Velocity script, but unfortunately, I can't think of any way to do that with multiple values using $date.difference because n is highly variable. I had thought of converting all timedate stamps to Unix e...