Override standard Lookup and construct tree structure in Category Id field. and Process while Modifying KGSPMICategoryHierarchy field
Override standard Lookup and construct tree structure in Category Id field. and Process while Modifying KGSPMICategoryHierarchy field class KGSPMIEcoResProductParametersEventHandler { /// <summary> /// Created by Naren on 11/12/2019 /// Project: KGSPMIProdMasterToMagento /// Override standard Lookup and construct tree structure in Category Id field. /// </summary> /// <param name="sender"></param> /// <param name="e"></param> [FormControlEventHandler(formControlStr(KGSPMIIntegrationParameters, MagentoHiearchy_MagentoCategory), FormControlEventType::Lookup)] public static void MagentoHiearchy_MagentoCategory_OnLookup(FormControl sender, FormControlEventArgs e) { FormControlCancelableSuperEventArgs event = e as F...