Hello Guys...!
Error:
some times when deploying or building SSRS report in visual studio we get below error.
Field token Fields!MyNewField.Value is invalid. Could not find the identifier
Solution :
-> Refresh Data-sets
-> Check the parameters what are available in your report.
->Check your design items whether they are using available parameters or not
-> If not find the design item that uses unavailable parameter and remove it .
@Rahul Talasila
Error:
some times when deploying or building SSRS report in visual studio we get below error.
Field token Fields!MyNewField.Value is invalid. Could not find the identifier
Solution :
-> Refresh Data-sets
-> Check the parameters what are available in your report.
->Check your design items whether they are using available parameters or not
-> If not find the design item that uses unavailable parameter and remove it .
@Rahul Talasila
Great explanation on resolving the “Field token Fields!MyNewField.Value is invalid” error in AX 2012 SSRS reports. The step-by-step approach to refreshing datasets and checking parameters is really helpful. By the way, here is a useful guide on open core legacy patcher for those interested in exploring additional tools. Thanks for sharing this!
ReplyDelete