1
Answer

Unable to update listitem external data column

Zeeshan Zaffar

Zeeshan Zaffar

13y
2.2k
1
I am trying to update listitem column which is based on external data type (BCS) from client object model (code snippet shown below).

listItem["Supplier"] = "00000030";
listItem.Update();
ctx.ExecuteQuery();


I don't get any errors but when I view item properties, the column is empty. Do I need to execute "Select External Item(s)" which verifies the value against the data source?




Answers (1)