Just added a PersonCombo to my toolbox but when I add it to my customisation the type is EpiCombo not PersonCombo

So I’m recreating a customisation from E9 and the it uses a PersonCombo that looks like it’s related to the PersonID column in the JobHead table.

In my E10 customisation I selected “Add Items” to my toolbox and browsed to the following DLL:

Erp.UI.Controls.Combos.dll

After that I select PersonCombo and it then appears in my Toolbox, however when I add it to the screen the type is EpiCombo not PersonCombo.

When I checked the E9 customisation the type was Epicor.Mfg.UI.Adapters.Controls.PersonCombo.

Is there another step I’m missing perhaps?

Thanks for any help in advance!

They don’t have adapter specific combos anymore. Just use an epiCombo and configureit to lookup in the person bo.

Ah okie dokie thanks for your time!