| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Jan 28 at 17:53 | |
| stats | profile views | 0 |
|
Nov 21 |
awarded | Student |
|
Nov 9 |
comment |
SharePoint 2010: Adding an item to a custom favourites view Actually, after more reading, I think using SOAP will be the easier and more efficient way to do this. The button click will use jQuery/SOAP to read the Favourties column current value into a variable, append/remove the current user, and update the Favourites column again. Any advice on how to do this would be appreciated... |
|
Nov 9 |
asked | SharePoint 2010: Adding an item to a custom favourites view |
|
Nov 8 |
awarded | Scholar |
|
Nov 8 |
accepted | Using the value from a lookup column, obtained with REST, as a dataview parameter |
|
Nov 7 |
comment |
Using the value from a lookup column, obtained with REST, as a dataview parameter It worked! I created a REST Service Connection data source control in SPD2010 using http://<domain>/_vti_bin/ListData.svc/SiteConfiguration(1)/?$select=PackageLevelId I then created a parameter on the list view pointing to the data source control and use the package level number coming from the Site Config list to filter the reports shown in the doc library. Nice. |
|
Nov 7 |
comment |
Using the value from a lookup column, obtained with REST, as a dataview parameter Thanks Nadeem. Your advice got me there. I had suspected that the name was wrong and tried lots of combinations, but got unusable errors from IE. I decided to use XML Notepad 2007 to view the XML and XML output and was able to identify the field as PackageLevelId. It's still not displaying in IE8, but hopefully it will work in SPD2010 when I attempt to use it as a paramter. If I remember, I'll let you know... |
|
Nov 6 |
awarded | Editor |
|
Nov 6 |
revised |
Using the value from a lookup column, obtained with REST, as a dataview parameter added 20 characters in body |
|
Nov 6 |
asked | Using the value from a lookup column, obtained with REST, as a dataview parameter |