In Epicor 9.05.700B2 on a BAQ (for a Dashboard), you can create a calculated field on the Display tab and use the String() function to convert the Sys Time to 24 hr time (where PartTran.SysTime is an example field from the PartTran table):
String(PartTran.SysTime,"HH:MM:SS")
Hint: The Calculated Field Data Type must be 'Character'
-Rick Bird
IT Software Administrator
Rowmark, LLC.
String(PartTran.SysTime,"HH:MM:SS")
Hint: The Calculated Field Data Type must be 'Character'
-Rick Bird
IT Software Administrator
Rowmark, LLC.
--- In vantage@yahoogroups.com, "Anon" <jgiese@...> wrote:
>
> Is there a way to get a nice format of the sys time fields found throughout epicor. They all appear to be the current second of the associated day field that accompanies the sys time field, but that doesn't help a lot of our users report/dashboard wise. What things have you folks done?
>