Tagged Questions
0
votes
2answers
15 views
save fails with controlmode=“display” on form field based upon an association
I have a sharepoint external list with an edit form containing a form field based upon an association. The field is not nullable. I want to prevent edits on the field, so I set controlmode="display". ...
1
vote
2answers
299 views
Show time only of datetime field in edit form of external list
I have an external list containing a datetime column called "Opening". I would like to show only the time portion of this column in all views (list, edit etc.). I know how to do this in the list view, ...