Questions tagged [splist]
SPList represents a list on a Microsoft SharePoint Foundation Web site.
187 questions
0
votes
1
answer
81
views
Date of when a Field was populated
Is it possible to get the date of when a choice field was populated? I'm asking because we have a SharePoint list which is automatically populated by an automation and the entries are later reviewed ...
0
votes
1
answer
220
views
How can I programatically move an SPListItem from a source list to a destination list (into a specific folder of the list)?
I am pretty new in SharePoint (I am working with SharePoint 2013) and I have the following problem:
I have a source list(an SPList) on a source website and I have to move its items to a destination ...
0
votes
1
answer
129
views
Only secure content is displayed message in IE browser of newform.aspx of my SPList in SPO
I have created a new SPList and when I create on newitem, it opens the newform.aspx as usual and strangely, am getting a message/warning message below of IE browser.
Am not facing this issue in ...
0
votes
1
answer
225
views
Formatting A Date Field in SPList
We have a requirement in which a custom date field is displayed in the format:
YearMonthDay
example:
20181031
How can I achieve this at the Site Column level? Does it require JSON Column formatting?...
0
votes
1
answer
2k
views
Redirect to another-page-from-newform.aspx with the new items id in O 365 SPO Custom List
SymMarc_Redirection
Regarding the above link by Marc, i would like to know, how to achieve this in
a O365-SPO SPList.
i am facing this issue of redirection in my newform.aspx and i wanna redirect ...
1
vote
0
answers
56
views
Sharepoint list column shows no result on "Find an item"
I have a custom SP List that has a few columns consist of Full Name, extension, Job title, Department and so on. When I search using the list "Find an item" box on department there are results ...
0
votes
1
answer
2k
views
Calculated Column Filter fails when list view limit is reached
I have a list with a little over 5000 items in it. I have filtered the data in a Weekly and Monthly view using calculated columns. This works fine until the list hits 5000 items. The filters stop ...
0
votes
1
answer
641
views
Making a field Unique after crossing 5000 items in a SPList in SPO site
Am having a SPO site,with SPList with 5300 items and one of the fields must be a unique field. But, because since its crossed 5000 items, i am unable to make the field as unique field. This field is ...
0
votes
2
answers
226
views
how to get allowed maximum items count for a splist ?
I'm querying list properties using a REST query /_api/Web/Lists?&$select=Title,ItemCount.
ItemCount property returns current count of items but I don't see how to get the maximum allowed count ...
1
vote
1
answer
2k
views
Rename the "New Item" text in SPO list New Form to a meaningful Title
in my new form.aspx of my splist of my SPO site, i would like to change the title New Item to "some_meaningfull_name"(like create customer , or create product etc ) , is this possible?
since its not ...
0
votes
1
answer
64
views
Create custom property of a SPListCollection in Sharepoint 2013
I have a SPListCollection that contains the lists of my site. All I want to do is to create a custom property that will be a dropdownlist with the lists names on it.
I know how to create a custom ...
0
votes
2
answers
2k
views
SPList workflowassociations is empty
I have a documents list on sharepoint 2013 associated with a simpel sharepoint designer workflow. I am able to start the workflow on the list items from a timerjob using csom code. But when trying to ...
0
votes
1
answer
356
views
How to access all the different properties of SP List using powershell?
How to access all the different properties of SP List using powershell?
I am only able to access "Title" property at the moment with $list.Title. I want to access its URL & versioning properties. ...
2
votes
2
answers
61
views
Several users add SPListItem
Will there be any problems (e.g. save conflicts) if several users at the same time will try to programmatically add SPListItem to SPList?
public override void Add(Contract contract)
{
var ...
2
votes
1
answer
394
views
how to create a calculated fields programmatically
I need to create a calculated item , which has: the ID of the item, the created date and title.
How to do this combination in xml.
i tried this code :
<Field Type="Calculated" DisplayName="$...