Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you, SanfordWhiteman! We came up with this (below) and it works well. It is pulling a date that is formatted YYY-MM-DD. Is there a way to add additional velocity code to format it to MM-DD-YYYY? #foreach($item in $share_cList) #if( $item.shareType == 9 || $item.shareType == 49) $item.cy...
Hello,We have set up a custom object (account) containing multiple fields (account type, open date, balance, etc.). I need to pull the data of specific account types listed in the custom fields, however, each person record can have multiple accounts, all different types. For example:Custom Object: ...