Sharepoint 2010 Forum

 
Home » Forum » Sharepoint 2010       Ask a questionRSS Feeds

Pre-selecting Content Types in Datasheet View SPS2007

  Asked By: Emanuel Munoz         Date: May 04, 2010      Category: Sharepoint 2010      Views: 659
 

I am constructing an application that uses datasheet views (much faster and
easier for users than having to open and close forms for each edit). The
lists they are working on support different content types (slightly different
data in each type), but they will be working on only one content type at a
time. I have created multiple datasheet views to separate these out. Is
there a way of specifying the type of content type to use for each view,
rather than the default content type, or do they have to specify what they
want for each line? For example, if they access the Software Milestones
datasheet, I want the content type to default to Software Milestones, but if
they access the Hardware Milestones datasheet, I want the content to default
to Hardware Milestones?

Tagged:                

 

1 Answer Found

 
Answer #1       Answered By: Nina Banks          Answered On: May 04, 2010       

Because email is received by the system account, workflows are disabled by
default after SP1 to address security issues. You can enable it using the
following command:

stsadm -o setproperty -pn declarativeworkflowautostartonemailenabled -pv true

This problem is described in KB953289 :
http://support.microsoft.com/kb/953289

 
Didn't find what you were looking for? Find more on Pre-selecting Content Types in Datasheet View SPS2007 Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].