Tagged Questions
0
votes
0answers
7 views
You have to select at least one column to show in this view
We have this strange behaviour in one customer installation. When we try to edit a view, we get this error message (it is translated from Norwegian, so the words may not be completely correct). "You ...
0
votes
0answers
10 views
MOSS 2007 getting exception adding a custom field to a view
The following code is throwing an ArgumentException (Value does not fall within expected range):
var formsList = Web.Current.Lists[MemForms_Constants.MementoForm_LIST_NAME];
var ...
0
votes
1answer
45 views
Full schema for View
How would I fetch all Fields for specified View via web-service?
P.S. When I call GetView on Views.asmx, only visible Fields appear.
[EDIT]
I fetch schema for my list (with Lists.asmx#GetList), ...
1
vote
0answers
9 views
Creating a report from a list that exceeds the number of viewable columns set by the admin
The SP admin has restricted views to 14 columns however the workflows used by the list will max at 24 columns. Is the admin throttle applicable to my report or is it only applicable to views?