How can I check that the Current Time is after a Specific Time?
I need to set a flag field based on the time that an Incident is raised. I need to compare the current time with specific time, depending on the client. For example, if the Created time is after 18:00 set the flag to TRUE. What would be the syntax ...