Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

Sudden Error in CSOM when reading projects based on custom fields - Method "GetFieldValue" does not exist

$
0
0

Hi,

Having issue in reading projects based on Custom field Value.

This code was running successfully from very long back but after 7 PM Today it suddenly showing below error in every solution where we used below code.

var projects = context.LoadQuery(context.Projects.Include(p => p.Name, p => p.Id, p => p.CustomFields.Where(i => i.InternalName == "Custom_902ddd4d9ea7e51180ef00155d00db15")).Where(p => (string)p["Custom_902ddd4d9ea7e51180ef00155d00db15"] == "test"));

context.ExecuteQuery();

it is showing below error.

Method "GetFieldValue" does not exist.




Viewing all articles
Browse latest Browse all 5347

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>