0
votes
1answer
99 views

Disable/Enable columns based upon content of another column

In a custom list I have 2 columns. Column A is a drop down selection, lets say the selections are True/False for simplicity. What I want to do is have a second column that is either Enable/Visible ...
2
votes
1answer
475 views

Sort “Assigned To” field containing multiple values

Have assigned default column "Assigned To" for new list "Issue Tracking" with following settings: Require that this column contains information: No Allow multiple selections: Yes Allow selection of: ...
1
vote
1answer
1k views

Validate a SharePoint list column with regular expression

I have a list. I want add a column for list with this format : XX-XXXX How to set this Validate for column? i use this link , but don't work for me.
2
votes
3answers
9k views

Can I create some sort of Attachment column in a list?

User needs a list to track issues. They also want to be able to attach a document to this issue. If this attachment was mandatory I would be able to create a document library, but since it is not I ...
0
votes
1answer
853 views

make custom list item column unrequired (non-required)

I have a custom content type with many required columns. The UI does not allow me to change a column from required to non-required (at least, I can't find a way to do it). Is there a way to achieve ...
0
votes
3answers
1k views

Custom Sharepoint List (XML Field “TimeOnly”)

Trying to Make a XML field that displays DateTime in "TimeOnly" format but for some reason, I can't work it how to use it, as there isn't no "TimeOnly" property shown in Intellisense when i type the ...