RE: MultiColumn Custom Field Problem

2011-03-08 Thread Paul Turner
If you add the related field via public override void OnAdded(SPAddFieldOptions op) then it will always exist in the list. i.e. SPFieldText relatedField; // Set the related field. if (this.RelatedField == null || this.RelatedField.Length == 0) {

RE: MultiColumn Custom Field Problem

2011-03-08 Thread James Boman
Couple of downsides of related field property to keep in mind: 1. In my experience the RelatedField property breaks site templates, as its not part of the schema. 2. The only way to display the value of the related field in list view is to use CAML DisplayPatterns that are now depre

RE: MultiColumn Custom Field Problem

2011-03-08 Thread Paul Turner
Use related fields (set it's value to what you want to sort on). http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfield.relatedfield.aspx http://msdn.microsoft.com/en-us/library/ms459059.aspx Regards, Paul Turner MCT, MCPD: Enterprise, MCSD, MCDBA, MCTS, Microsoft vTSP Cons

RE: attachments issue in DVWP, published page vs draft

2011-03-08 Thread Nigel Hertz
I wish I could help with this - because that would mean I'd actually got it working this side. It works fine until I save the page template, and then I get 'unspecified errors'. What I'm trying to do sounds similar to your solution - I'll be interested to see if I end up with the same problem o

RE: MultiColumn Custom Field Problem

2011-03-08 Thread James Boman
Alternatively - if anyone has figured out how to get a Custom Field based on Multi-Column values to be grouped/sorted/filtered, I would be very interested! From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman Sent: Wednesday, 9 March 2011 10:10 AM To: ozMOS

RE: MultiColumn Custom Field Problem

2011-03-08 Thread James Boman
When making custom fields, the underlying data type is very important. The Multi-Column Value Type is very useful for storing arrays of values, but the downside is that it can't be sorted, filtered, grouped, indexed or edited using the normal SharePoint UI. You might want to consider changing

attachments issue in DVWP, published page vs draft

2011-03-08 Thread Dan Sheedy
Hi. I've got a single item DVWP displaying items from a list (we get the ID of the item to display from a query string parameter), it also displays the attachment using this; server {C0FB9150-7B78-4831-9098-8CE6CD7D31F3}

MultiColumn Custom Field Problem

2011-03-08 Thread Paul English
I'm having an issue with a custom field that I've created. It is a MultiColumn field that renders a list of names taken from a BDC. The problem I have is when I add the column to a Document library I get the following message appear. "This field type cannot be edited from most client programs

Re: Linking lists

2011-03-08 Thread Craig Harvey
Hi Marko, Turning this on it's head it is possible to created a Linked Table in Access which will make the SharePoint List available in your database. You can then craft some SQL queries in Access to do the 'import' and association of the reference data. (i.e. insert into LinkedSPList select blah

RE: Workflows, Stats and ... Videos!

2011-03-08 Thread Paul Turner
Have a look at Information Mangement Policies too, that will track downloads and views. Regards, Paul Turner MCT, MCPD: Enterprise, MCSD, MCDBA, MCTS, Microsoft vTSP Consultant M: 0412 748 168 A: 66 Henley Beach Road, Mile End SA 5031 E: paul.tur...@dws.com.au

Re: Linking lists

2011-03-08 Thread Ajay
I think you can populate the lookup column in code if it helps, maybe using a console application ... Just saw this on a blog to update lookup columns http://blogs.msdn.com/b/sridhara/archive/2007/08/25/update-quot-lookup-quot-fields-in-sharepoint-2007.aspx string result = string.Empty; SPSite si

RE: Linking lists

2011-03-08 Thread Marko Salonen
Hi Daniel Thanks for the link. I know this work for new lists, but when I am importing a linked table from access after I add the lookup column its obviously empty. I was more after how can I programatically perhaps enforce something like table 1 join table 2 where t1key = t2key set t1value = t2

Re: Workflows, Stats and ... Videos!

2011-03-08 Thread Ajay
SharePoint 2010 EE has web analytic feature, I haven't worked with it so not sure if it can track the things you are after OOTB. For ideas.. you can also have a look at http://pks.codeplex.com/ .. which ""Retrieve instant ROI and metrics with the ability to track the number of podcasts downloaded

Workflows, Stats and ... Videos!

2011-03-08 Thread Uzma Naz
Hiya, I have a client who is looking at using WebEx to host videos and track number of hits (like youtube) and who viewed them. I'm looking at using SharePoint to host videos instead. I've been looking into how we can meet requirements, such as show how many times a video has been viewed a