1
vote
2answers
87 views

How to change the default link in a list item

I have a basic list and would like to customize the default link of the "Title" field. Currently when I click on the "Title" field of a list item it takes me to view that particular item; instead, I ...
0
votes
0answers
167 views

How set Default-Values of Choice by the Creation of new Lists via (JavaScript) CSOM

Im trying to create a list by using the JavaScript CSOM, but Im stuck at a certain point. In this example I use the Template "SP.ListTemplateType.issueTracking" to create and enhance a list, in this ...
0
votes
3answers
438 views

How can I set a field value in a display form when a list item is first read?

I have a list with multiple columns. This list may include multiple records. I want the value of a specific field to be changed when a special record is read for the first time.
1
vote
2answers
3k views

How do I find/replace text in a default value's calculated field?

I am attempting to set the default value of the Title item in a list so that it is more informative -- I have the Title field "hidden" from the user, but my company's workflow utilizes Title in ...