CustGrupCombo

anybody know how to reference this type of an epicor box in a customization?

private static Erp.Adapters.Controls.CustGrupCombo cboGroup;

	Erp.Adapters.Controls.CustGrupCombo cboGroup = (Erp.Adapters.Controls.CustGrupCombo)csm.GetNativeControlReference("9d00f233-73d9-4eeb-a598-d39351f77170");

----------errors and warnings------------

Error: CS0234 - line 49 (3776) - The type or namespace name ‘CustGrupCombo’ does not exist in the namespace ‘Erp.Adapters.Controls’ (are you missing an assembly reference?)

** Compile Failed. **

I usually use the type shown to declare the variable.

Erp.UI.Controls.Combos.CustGrupCombo

I recommend the EpiCombo whenever possible. It comes with more options and is lighter weight.

1 Like

I ended up just updating the DataView.