I'm struggling since a couple of weeks with setting a multiple values cascading lookup field using a client object model, I could set the first value but then It show me an error of invalid lookup value, even I'm sure that the value exist and is valid. I tried different ways but always the same problem. FYI, I could set a simple lookup field even with multiple values but not cascading. I did a lot of searches on the internet and nothing really relevant and helpful at the moment. Any help, I start to loose my mind!!!!!
1 Answer
I'd suggest looking at the SPServices javascript library. Marc has made a great function the handles cascading very simple with jQuery. Since you're already using client side script, this might be another option.
-
But Actually I'm creating a VB script to migrate my data from an external SQL database to sharepoint. So I'm not sure if this solution could be so helpful, I'm not using jquery. Any other directions please!imen– imen2012-04-13 14:36:38 +00:00Commented Apr 13, 2012 at 14:36
-
2That type of information would have been helpful in the description.Eric Alexander– Eric Alexander2012-04-13 14:38:44 +00:00Commented Apr 13, 2012 at 14:38
-
1I think that you need to edit your question with a better explanation. It is unclear to me what your question has to do with SharePoint's Client Object Model if the data you are talking about is from an external source.Robert Kaucher– Robert Kaucher2012-04-23 12:56:33 +00:00Commented Apr 23, 2012 at 12:56