Default for a EpiCombo box

Hi all,

i have created an epicombo box linked to a set of usercodes i set up, just wondering how i can make one of them the deafult? not sure if i i’ve missed it or not when looking through

I think there is a Selected Value field - let me see where I have done this before…

1 Like

Okay - the Selected Value field does not work, so I set the value in a BPM: Post the GetNew method… So when you get a new object (whatever screen your on) then after it loads, the BPM sets the value of whatever epiBinding your combo is bound to

I just noticed you’re running E10, and I was thinking in Kinetic - but the BPM route works similarly in both.

hi thank you for this i have been looking this

i am having trouble finding the method to link this to - here is the trace but i can’t seem to find “Erp.Proxy.BO.QuoteImpl” in the directive maintenance

Searching around on this site, it looks like that is just an alias for the Quote service: Erp.BO.QuoteSvc

Edit: Ah - looks like you had already found that