Creating ddlb of external data in an external list
-
Does someone know of a tutorial, or provide an example, on adding a ddlb (of an external list) in an external list? Thanks!
-
Does someone know of a tutorial, or provide an example, on adding a ddlb (of an external list) in an external list? Thanks!
Please clarify what it is are trying to do. You want to create a lookup column in an external list that uses another external list?
No comment
-
Please clarify what it is are trying to do. You want to create a lookup column in an external list that uses another external list?
No comment
Yes, that is correct. I want to create a lookup column in an external list that uses another external list as the source of the lookup.
-
Yes, that is correct. I want to create a lookup column in an external list that uses another external list as the source of the lookup.
Understanding that an external list is a representation of data from an external source, if a column is not available in the source it will not be available the list. Although you could create an external list by exposing it via a .net object, I'm not even sure if you would have access to another list to create the lookup column from.
No comment