Hi,
Is there a way to grey out a field on list level in LPL? For forms we can use display only for a field.. Any such thing for list level?
Is it a list that implements InlineCreate so every field is updatable in the list, and you want to prevent users from being able to update a field in the list?
No, it's not a list that implements InlineCreate. Infact this list doesn't have create action itself. Records will be flown here based on an action in different screen. But we want to prevent users from being able to update a specific field in the list
I could be wrong, but It's my understanding most fields in lists aren't updatable unless the base LPL either implements InlineCreate or the discrete field is set to allow update, or the user personalizes the list to allow update on the field. Are you trying to block users from being able to personalize the list to make the field updatable, or is it updatable by default? It might help to have the specific list you are trying to modify.
Agreed, you need to remove InlineCreate from the List if it's there OR remove "allow update" from the Display Field(s) you don't want updatable.