Wednesday 4 March 2015

Field token Fields!MyNewField.Value is invalid. Could not find the identifier- In Ax 2012 SSRS Reports

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

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...