I’m trying to customize the Customer Maintenance form to add a reference to the MktgCamp table. I have a UD field, Customer.Campaign_c that is like Erp.MktgCamp.MktgCampaignID. I’m trying to add a combobox to store this on the Customer Maintenance screen. I can retrieve values from MktgCamp easily, but I’m getting an error that’s preventing the campaign ID from being stored.
To be quite honest, I’m here mostly to learn. For example. I don’t know what the solution to your problem is. I take other users problems as a challenge to see if I can figure it out. But by trying to solve, I’ll end up learning at least one way (might not be the correct way!).
issues with UD fields are hard for me to experiment with, as I don’t usually have the time to replicate customizations like that.
and one last “for the record” … I still have no idea when an ultraCombo is needed ove a plain Combo.
My test was to use UD field Customer.JE_Custnum_c to store an ID from Terms, using an epiCombo to display the Terms Description instead of the Terms code.
As you can see I left the Desc ColumnName property blank.
The only properties I changed for the Combo control were EpiBinding and EpiBOName. All the other properties were automatically set.