Get standard choosefromlist selected value
Joeri Vlemmings1307610980
Hi all,How can I get the selected value out of a standard SBO choosefromlist
eg: I need the cardcode in the sales order when the businesspartner is chosen.
Thanx,
Joeri
Paolo Manfrin
Hi Joeri,in order to read out the cardcode in the sales order, you have to read from a TextEdit, not from a choose from list.
So it would be like:
TextEdit.GetFromUID("formID","itemId").Value
hth
paolo
j.vlemmings
Hi Paolo,Ok, but what event should I then use to capture the cardcode?
Because when using the after choosefromlist event, the textedit is not filled yet.
Thx,
Joeri
j.vlemmings
Hi,I found the event that works perfect for me: After ValueChanged event on cardcode.
Thanx for your help,
Kind Regards,
Joeri
0
Please sign in to leave a comment.
Comments
0 comments