Hi All,
I am trying to update opportunity fields which is null in db. When i am retrieving the all records attributes are coming only which has data in field, if recodes fields has not data its not coming.
I want to update "processid" and "stageid fields in opportunity using console application. but its not comming the records because its null in database.
QE.ColumnSet = new ColumnSet("stepname", "processid", "stageid");
QE.EntityName = "opportunity";
When trying to update these feids giving error.
the given key was not present in the dictionary
Please let help me.
*This post is locked for comments
I have the same question (0)