Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Correct combined scripts:#set($name = ${lead.FirstName})#if( !$name.isEmpty() )${name.substring(0,1).toUpperCase()}${name.substring(1).toLowerCase()}#end
Hi @SanfordWhiteman, can you clarify how to wrap in isEmpty() ? How should the final velocity script look combining the two scripts? Script #1#set($name = ${lead.FirstName})$name.substring(0,1).toUpperCase()$name.substring(1).toLowerCase() Script #2#if( !$name.isEmpty() )${name.substring(0,1).toUpp...
All newsletter subscribers from the same company (different locations) are marked as email suspend = true, cause is 554 5.4.5 closing connection, and timestamps range from July 2019-today.After reviewing this Community thread, I know that it's recommended to stagger the sends to prevent future suspe...
Hi Jackie Potts, that's a good thought! However, I just checked my 2nd workspace and the same single record shows for each email (same Marketo ID).
I'm importing custom object data and the link field is email address. If an email address has been removed from the database, will the custom object data for that email be ignored or create a new lead record?
Why would unique email addresses display in the System Smart List: Possible Duplicates? The only filter on the smart list is "Duplicate Field IS Email Address" and these emails only have one record per email.
At least one dedupe field is required, and cannot be datetime field.
I need to update a custom object field type from integer to string. Can I edit custom object fields once they are approved? After reviewing Marketo Docs, I know link and dedupe fields cannot be edited, but this field is neither. I also deleted the integer field, created new field as string, and trie...