Problem I am trying to search account table by providing a search string. I am building a query based in […]

Problem I have two classes ExceptionLog and DebugLog public class ExceptionLog { public static String StackTrace {get; set;} public static […]

Problem This is called from a VF page, styleClass=”{!IF(isWindows8Device, ‘windows’, ‘not_windows’)}” So if it’s a windows device, return true. The […]