I’m trying to create a customization for the Purchasing Terms Maintenance screen that is like the Terms Maintenance screen. I need to be able to add descriptions in foreign languages for the purchasing terms. I have created a Purchasing Terms Description screen similar to the Terms Description screen with the language combo and the language translation text box. The combo is populated with the language descriptions, but I can’t figure out how to write to the LangName and LangDesc tables. Part of the problem is that when I add a RetrieverCombo and choose LangName the combo, the control type is Ice.Adapters.Controls.LangNameCombo instead of Erp.UI.Controls.Combos.LangNameCombo like it is on the Terms Description screen. Does anyone know how to create a Purchasing Terms Description screen with the same functionality as the Terms Description screen?