This is my first post. I have been working on some customization and have hit a issue that I can seem to get around. The powers that be want the Mobile Activity Screen to show the Customer's Terms next to the Customer on this screen. Below is the Custom SQL statement that is stock with the Mobile Screen with the exception that I added the location for TERMS in the statement.
(CASE WHEN [Entity] IS NULL THEN '' ELSE '<b>' + [Entity] +TERMS + '</b><br/>' END) + ISNULL(ActivityType, '') + ', ' + ISNULL(ActivityStatus, '') + ', ' + ISNULL(ActivityPriority, '')
Any help would be greatly appreciated!!!
Thanks,
Shawn McGovern