I hided a standard field on a standard page using "Visible = false" in a page extension.
How can I make it impossible for users to add the field again in the page personalization?
I hided a standard field on a standard page using "Visible = false" in a page extension.
How can I make it impossible for users to add the field again in the page personalization?
Maybe try setting "HideValue = true"? This in addition to "Visible = false" seems like it would be sufficient.
"Application areas enable hiding entire business scenarios and you can have the same code base, which makes it possible to quickly modify the UI for different business scenarios or audiences. However, tagging errors as missing tags or incorrect tags will occur and every single control will need to be tagged."
(docs.microsoft.com/.../devenv-extending-application-areas)
In this individual case, the effort seems a bit high. Are the application areas worth using in the long run?
Message: "The property 'AccessByPermission' cannot be customized.AL(AL0246)"
Thank you. I will share the result.
Last option from me: docs.microsoft.com/.../devenv-applicationarea-property
The requirement is that the field should no longer be visible to any user. I was hoping that a standard field could be completely removed from a standard page (e.g. item list). The AccessByPermission property sounded to me like a user with the SUPER permission set would see the field anyway. Is that correct?
Still, it could be a workaround. I will give it a try.
I tried "Enabled = false", but the field is still displayed as a column on the list page.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156