How to default TypeCode to "Manufactured"

Hello all,

I am currently working on a customization to the “Part Maintenance” screen in E10. I would like to default the “Type” UltraCombo to “Manufactured”, or “M.” I tried to accomplish this in Extended Maintenance but the default was not available for customization. Is there a way to accomplish this without creating a schema change? I am not very fluent in C#, so if this involves custom code, I would need the toddler explanation. Thanks so much.

Do a Post Processing BPM on Part.GetNew
and use th SetField option to Set the field you’d like.

1 Like

Alice, I don’t have Epicor up and available at the moment, but it seems
that there is a company or plant setting that will do this for you.

Brad

This worked perfectly. Thank you.

1 Like