Zeeshan Zaffar

Zeeshan Zaffar

  • NA
  • 6
  • 9.9k

Unable to update listitem external data column

Jul 25 2011 6:10 PM
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)