Hello
I've created an external list using BCS in sharepoint.
In my form, I've got a list lookup based on this external list, and I'm trying to store the client ID ot the selected item in a javascript variable.
The problem is that I do not have any ID column in my external list, so I does not work: the ID value stored is always 0, whatever the selected item.
I've tried to name the identifier colum of the list "ID", but as ID value stored is still 0.
Is there any way to get the ID of the selected item?
Thanks