0
votes
0answers
20 views

code of approval workflow in c#

I have a task to make approval workflow between three lists . When i add item to first list ,workflow should check second list and and assign tasks to specific people that on active directory(and they ...
2
votes
0answers
107 views

What are the current options for a Sharepoint Online trial from Windows XP?

A year ago I had 30-day trial for Office 365 (Sharepoint Online 2010). Everything worked fine from my Windows XP SP3 (x86. 32-bit) for development from Infopath Developer and Sharepoint Designer ...
0
votes
1answer
83 views

How to check the versions of Sharepoint Server, services and patches of my Office 365 portal?

I am reading a lot that Office 365 has been patched, upgraded and now migrated to Server 2012 (and Office 2013). How can I determine the versions of Sharepoint Server, services, etc. on which my ...
0
votes
1answer
36 views

503 after SP-Solution upgrade

i am well aware that when using SP-Solution Upgrade the sharepoint server throws a error 503. this isnt the problem what i need to find out without testing is does the 503 affect the entire farm or ...
1
vote
1answer
227 views

how to get the value of a check box from another list

I've been trying to get the value of a check box in a sp list. so, I have List[a] and List[b]. List[b] contains a check box which I am trying to get the value of inorder to put in in List[a]. I'm ...
1
vote
0answers
77 views

What are the must have tools when working with SharePoint? [duplicate]

Possible Duplicate: List of SharePoint 2007 / WSS 3.0 development tools When developing or administering SharePoint, what are the must have tools? This question is intended to reference ...
0
votes
2answers
364 views

What's the sense in forcing to digitally sign the Infopath 2010 forms?

Whenever I create an Infopath Filler Form in Infopath Designer 2010 and attach C# code there, for example, to show a messagebox on a button click, I am getting: InfoPath cannot open the selected ...
1
vote
1answer
1k views

What cannot be developed for Sharepoint Server 2010 in 32-bit workstation? and in 64-bit workstation?

Before, I was developing remotely on Microsoft Sharepoint Server 2010 machine (Windows Server 2008 R2 Datacenter and all servers 64-bit) accessing it over internet through RDP from Windows XP SP3 ...
2
votes
2answers
286 views

how to show infopath form in an email

is it possible to have a form in an email? I'm needing to create a form that will be sent to a user based on a workflow variable. This email will have two field in it that will need to be filled out ...
2
votes
1answer
120 views

Is there a way to execute commandline-arguments via code from a feature/webpart (Sharepoint 2010)?

I mean, for example, something like a deployment. Is it possible to force something like this from within a webpart using the "standard" sharepoint functionality? Using the central-administration is ...
0
votes
1answer
185 views

accordian view for webparts

is there an out of the box feature / other that will allow me to create a view to give an "accordion" effect to hide and show webparts? example: section1 webpart 1 webpart 2 webpart 3 ...
1
vote
2answers
86 views

Duration is not getting updated in the PKS Web-Application

We have a PKS enabled web-application in our environment, everything looks fine however the Duration (Single line in text) field is in PKS Podcasts List is not getting updated correctly while ...
0
votes
1answer
728 views

Setup an item level auditing for a sharepoint document library

I would like to setup an item level auditing (Opening or viewing or downloading) for a sharepoint 2007 document library without enabling audit for the entire site-collection. This link may help us ...
2
votes
2answers
243 views

Database migration problem

We have recently migrated our MOSS databases from MS SQL Express 2005 to MS SQL 2008 both intances running on the same Windows 2003 server. After "successful" migration we switched the 2005 server ...