Update…after some more fiddling I did get this to work…
What I ended up doing was creating the dataview using the wizard,
I picked source type as ‘BO Service Call’, and selected Ice.BO.UD18Svc for the service call.
Then in my combo the only properties I had to set were ViewName, TextField, ValueField (and optionally Sort Column and Filters).
I’m still not sure why creating the view manually didn’t work, other than there is no opportunity to set the DataSource (BAQ or BO Service Call)…maybe that’s the key
Another thing I had incorrect which was adding to the confusion, was that when generating my UD table, I neglected to set the Company column. So when I was using BAQ designer to verify the table was populated it showed the records, but the combo tied to the new view still wasn’t pulling the data in until I set that Company column…that’s a lesson I won’t forget
Thanks again for your help on this, I’m closer to a solution now