Hi Guys
I have a scenario as – I passed a WSP to QA, post deployment a list called ListA, is showing data in Integer field as 123.00000000. Where as in Dev env. I don’t get that when I deploy through VS. So, it was difficult to reproduce. Hence, I deployed the vanilla wsp using ps commands on a new site collection which is also on a new WebApp. After deployment I could reproduce the prob.
I did the following to rectify –
1. In List Definition I made Decimals=”0″
2. I Deactivate and Reactivate the respective feature
3. I set AutoDeploymentConflict = “Auto”, this even is not resetting the list. Strangee !!
4. I checked DeploymentType. Its Element.
Conclusion, – 1. I want the Integer value to be shown without any decimal.
2. I want to reset the list to blank as well on deployment.
Any help is highly appreciated.