Forum Discussion
Field property "ShowInEditForm" does not work in modern mode
- Oct 02, 2018
Finally received a reply from Microsoft - this is expected behavior in modern experience:
"Thank you for contacting Microsoft regarding your request of “ShowInEditForm not working properly in Modern UI Field is hidden in Display form as well”.
We have conducted a thorough investigation into this matter and determined that under the current configuration, the product behaves as expected.
The reason for the behavior is that in Modern UI the display form is at the same time an Edit Form ( it allows for inline edits), therefore the product correctly hides the field that should not be edited. We are looking into options of improving the user experience in this area but we cannot commit to a specific timeframe nor can we communicate any specific implementation details at this point.
For each request, we strive to find the best possible solution for our customers while maintaining or improving the quality of our product and ensuring continued integrity of the product code base. We thank you for bringing this issue to our attention and continuing to work with us on improving our products for customers worldwide."
I'm also having the same issue, I need to add a field with the following setup:
ShowInNewForm="FALSE"
ShowInEditForm="FALSE"
ShowInDisplayForm="TRUE"
ShowInViewForms="TRUE"
But on modern UI it does not show at all! The only way that the users can see the info is on a view, and they can actually change (which we dont want) by going to quick edit...
If we make it ReadOnly is going to be worse, because we get the same "not displaying" situation but also we are not able to update the field (even internally)...
Have MS updated you on this issue?
Microsoft keeps me updating that PG team is still investigating (premier support ticket is open for 2 months already).
Now I'm using PowerApps to customize lists forms to be able to show fields in Display form and hide from Edit from.
- tapansamMay 14, 2019Copper Contributor
Jovita Elzbutaitė I am also facing this issue. For me, we would like to hide fields in a Document library where Microsoft is yet to enable PowerApps as forms customization option. :(