The persistence tag has no wiki summary.
0
votes
0answers
28 views
SharePoint List New Item Form verification
I have a item form for a SharePoint list. The form has multiple fields, and some are required fields.
If not all required items are entered and the user clicks save, then the information entered ...
1
vote
1answer
103 views
Run event on workflow hydration/dehydration?
Is it possible to add hydration/dehydration events to a workflow? (this is a Site state machine workflow if it matters, SP 2010).
3
votes
1answer
91 views
SharePoint workflows and [OptionalField]
Our business processes changed, and now we want to add some pretty important functionality to a series of long-running workflows written using Visual Studio. This involves adding several fields to the ...
2
votes
1answer
195 views
SPPersistedObject.Update() doesn't update properties across different applications without iisreset
Working with SharePoint 2010, I have a class that inherits SPPersistedObject with various settings:
[Serializable] class Settings : SPPersistedObject
{
[Persisted] private string setting1; // ...
2
votes
2answers
642 views
One Visual Webpart Multiple Times On Page (problems saving personalization state)
I have a requirement for building a budget report which has the same key fields for 6 different categories. I have written a visual web part which pulls a listitem for each section and displays the ...