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. **