Tagged Questions
0
votes
1answer
19 views
Retrieve reference for list from Lookupfield
I have a sharepoint 2007 and in a document library eventhandler: in ItemUpdating, i would like to be able to retrieve the value by id's from lookupfield. So with other words i have to get the ...
1
vote
2answers
41 views
ItemAdding in document library
I have an issue with setting the field in item updating event in document library with SharePoint 2007.
I have following situation, I have a document library, and when i add a document based on one ...
1
vote
0answers
42 views
PowerShell error when comparing the fields titles
I've wrote a simple script which will loop through all the webs in all the site collections store all the field id's into the hashtable next with their display names. Later interating
throught lists ...
0
votes
1answer
87 views
How to identify if the list field come from web or site col?
I have a following task in sharepoint 2007 to identify if the list fields come from the parent web or site col, this i'm planning to do with a powershell script.
So what I want to do is to iterate ...
0
votes
2answers
148 views
FieldRenderingControl of SPField throws an exception for Survey List
I have created a Survey List in MOSS 2007. The field used in the survey is of 'Choice' type.
While getting the field value in a custom web part program on another page, the FieldRenderingControl of ...
1
vote
1answer
242 views
Get all lists and sites using a given site column in sharepoint 2007 using powershell
In other words, is there a SPField.ListsFieldUsedIn() equivalent in SharePoint 2007?
Ref: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfield.listsfieldusedin.aspx
2
votes
1answer
186 views
Placing CompositeFields for multiple list items on one form doesn't work as expected
In a workflow task, in custom edit form, i use CompositeField to render relevant fields current task item and for workflow item by setting a different context for CompositeField.
However if i put ...