Contact Us:  855-335-6442  |  sales@bezl.io

SaberLogic is Now Bezlio!

We've taken everything we learned during our consulting time and boiled it down into a new mobile ERP platform called Bezlio. We are still developing mobile ERP solutions using Bezlio, but we also have a trusted partner network for any services listed here that we no longer offer. Please reach out to us for more information!

855.335.6442 | sales@bezl.io

Overcoming Labor Time Format Issues in Epicor 9

SaberLogic - Epicor Custom Development and Support

We developed a custom "Overall Equipment Effectiveness" application for a local manufacturing company. The application records employee production on a daily basis. The employee start and end times are recorded but need to be stored in a decimal value in order to interact with a legacy ERP system. We simply masked these decimal values as time values using a standard .NET TextBox control. The client later requested a tracker view, allowing administrators the ability to view and edit already posted records. This proved to be an issue as we were displaying their decimal values with no mask, i.e. 8.75 instead of 8:45, 6.25 instead of 6:15.

 

.NET has the ability to format columns in DataGridViews using standard functionality. The problem here is that these decimals cannot be converted to a DateTime format because the DataGridViewCellStyle.Format property won’t recognize decimal values as DateTimes. To get around this, we wrote a custom class that inherited both IFormatProvider and ICustomFormatter, and utilized the Format method. In doing this, we could pass any value into my CustomClass.Format method and parse the data any way we needed.

Since the Format method inherited takes a string as its value parameter, we split the string into two. We then took the second string, the values after the decimal, and converted them into their appropriate time counterparts. By setting the FormatProvider of the columns we need to change to a new instance of our custom formatting class, and tying into the DataGridView.CellFormatting event, we can then pass our values to be formatted and have the appropriate values returned. It is important to explicitly cast the FormatProvider of the CellStyle for the columns to ICustomFormatter, otherwise it will not format.

Have a unique Epicor ® 9 data formatting problem that you can't quite overcome? Contact SaberLogic today!

Epicor is a trademark of Epicor Software Corporation.

About the Author

Copyright © 2002-2019 Bezlio  |  Privacy Policy  |  Terms & Conditions  |  Site Map

Epicor® is a registered trademark of Epicor Software Corporation.
VISUAL is a registered trademark of Infor.