A "best practice" is a method or process that practitioners recognize (usually through experience and research) as being more effective at getting the job done than other methods (or processes).
0
votes
2answers
51 views
Sharepoint Development Process Best Practices
I would like to ask some simple questions regarding the best practices of Sharepoint 2010 development process.
1) I am supposed to maintain and add new sites to an already installed Sharepoint site. ...
2
votes
0answers
166 views
Using SharePoint for an appraisal/360 process
We are thinking of using SharePoint 2010 for an appraisal/360 process. The workflow is simple.
HR Create appraisal for users
User fills it in
Manager fills it in
User accepts appraisal
Manager ...
1
vote
0answers
56 views
Customizing social features in 2013
I'm looking at making use of the social features in 2013 but would like to tailor the UX / behaviour in some cases.
I noticed that Microsoft advise against customization - ...
0
votes
0answers
27 views
Parralel workflow While Loops
I have 2 questions regarding a custom SharePoint Parallel workflow.
When setting up a While loop (using a while shape), what's the best
practice in terms of placing a wait shape? Basically, I have ...
0
votes
0answers
90 views
Distributed Cache Service Accounts
Recently saw a health warning in my 2013 CA that stated:
The farm account is used for the SharePoint timer
service and the central administration site, it is highly privileged and should
not be ...
0
votes
0answers
22 views
manageable Sequential Workflow code in visual studio
We are developing a new visual studio 2010 sequential workflow having many steps inside.
c# code exceeds 5K lines now.
Can anybody suggest any technique that we can use to make the workflow ...
0
votes
0answers
56 views
Proper way to get all lists of a certain type from an entire site collection regardless of current location
I'm creating a webpart that gives the user a feed of any annoucement list in the entire site collection, so they can aggregate data to a central portal.
I'm currently using the following, but can't ...
0
votes
0answers
333 views
Best Practices for StateMachine Workflow update operations
In our Workflow we have lots of updates to running workflow Document library item and its associated tasks..currently we are using simple approach as
For Document Library :
Public Shared Sub ...