Re: [OzMOSS] Change Document Content Type [SEC=UNCLASSIFIED]

2008-04-01 Thread Stephen Muller
You could try changing the view to the Datasheet view, change one then drag it down to the other cells, but you will have to group them. Like in Excel. There should be a way in codeOr a product like Echo maybe. On Tue, Apr 1, 2008 at 2:35 PM, Merton, Ryan [EMAIL PROTECTED] wrote: Hey

RE: [OzMOSS] Change Document Content Type [SEC=UNCLASSIFIED]

2008-04-01 Thread Witherdin, Nigel
Hi, Martin Kearn has a great article about changing content types for libraries programatically via a feature. You would have to modify the code to also act upon the items within the libraries, and change their content-types (adding any required field information into the content-type fields

[OzMOSS] Mail Enabling a SharePoint List

2008-04-01 Thread Trevor Andrew
Hi All, We are designing a SharePoint application and we intended to use an e-mail enabled list as the recipient of initial requests. While doing some initial prototypes I've found that it appears the only SharePoint list types that can be e-mail enabled are: . Document Library .

RE: [OzMOSS] Mail Enabling a SharePoint List

2008-04-01 Thread Ishai Sagi
I'd be weary of the first one, as I had heard (not experimented though - so you'd better test it yourself and not take my word) that event handlers do not get triggered by the incoming email. As for the second option, if you have exchange server and experience in developing for it you can do

RE: [OzMOSS] Mail Enabling a SharePoint List

2008-04-01 Thread Trevor Andrew
Hi Ishai, Thanks for that. I guess also because of your suspicion (which I'll try and verify), that the event handlers don't fire on inbound e-mail, the third option is likely to not be a very good useful either . With regard to processing outside of SharePoint, I was going to write a

RE: [OzMOSS] Mail Enabling a SharePoint List

2008-04-01 Thread Hodgson, John
BTW you can write custom email handlers for SharePoint...is that being considered? JohnH(HP) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Andrew Sent: Wednesday, April 02, 2008 9:50 AM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] Mail Enabling a SharePoint List Hi

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Aaron Saikovski
Hi Simon, I know that there is a white paper that MSFT put out a while ago that covers best practices for SP development. I will try to find it for you. Cheers, Aaron From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Cropp Sent: Wednesday, 2 April 2008 10:40 AM To:

Re: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Simon Cropp
Nothing interesting there. Just outlines that Virtual Environments are supported but not recommended for production. On Wed, Apr 2, 2008 at 11:09 AM, Mundeep Rehill [EMAIL PROTECTED] wrote: Is it this one?

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Aaron Saikovski
Yeah i think so. There is another one From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mundeep Rehill Sent: Wednesday, 2 April 2008 11:10 AM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] The perfect MOSS development environment? Is it this one?

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Aaron Saikovski
If you came to my presentation at the Sydney user group on March 18th I did a preso around SP dev and VMs. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Cropp Sent: Wednesday, 2 April 2008 11:17 AM To: listserver@ozmoss.com Subject: Re: [OzMOSS] The perfect MOSS

Re: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Simon Cropp
Didn't make it. Stuck in Canberra. Do you have the presenting material available anywhere? On Wed, Apr 2, 2008 at 11:32 AM, Aaron Saikovski [EMAIL PROTECTED] wrote: If you came to my presentation at the Sydney user group on March 18th I did a preso around SP dev and VMs. *From:* [EMAIL

Re: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Simon Cropp
Aaron From what I can tell it only talks about Virtual PC on the local machine (am i missing something?). This is what we have at the moment. Do you have any experience hosting MOSS dev machines on Virtual Server? On Wed, Apr 2, 2008 at 11:47 AM, Aaron Saikovski [EMAIL PROTECTED] wrote: Sure.

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Aaron Saikovski
Virtual server..no..but should be similar? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Cropp Sent: Wednesday, 2 April 2008 11:55 AM To: listserver@ozmoss.com Subject: Re: [OzMOSS] The perfect MOSS development environment? Aaron From what I can tell it only

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Daniel Brown
Hi Simon, For the most part, Virtual PC and Virtual Server Virtual hard drivers (VHD's) are interchangeable, with the exception of Extensions. I've had no issues related to MOSS dev machines in Virtual Server environments. Cheers, DB From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Ishai Sagi
Simon, I had worked with both in the past. The main concern with a server (as opposed with the client VPC2007) is that it is a shared resource. This means developers are competing for CPU time - and that can be very annoying. However, if you have a monster server in your budget, and you can get

RE: [OzMOSS] Mail Enabling a SharePoint List

2008-04-01 Thread Brian Meinertz
Trevor I believe there is a product available from Macroviewhttp://www.macroview.com.au/WisdomMessage.htm called WISDOM Message, which supports drag-drop and metadata capture from Outlook. Haven't used this tool myself, but it may be also worth investigating. Cheers Brian Vivid Group From:

RE: [OzMOSS] The perfect MOSS development environment?

2008-04-01 Thread Clayton James
Thanks for the WhitePaper Ishai. A client I work with uses VMWare and they have all development images located on the Server. So all of the dev images consists of Windows Server 2003, VS.net 2005, SharePoint 2007, IIs 6.0. The Sql Server is a dedicated virtual server (this is also where