New Post: Why SPCascade does not work with Infopath 2010?
Thank you very much for your reply. But the 3 level dropdown (2 parents for one child) is possible to create in Infopath. But 4 level (3 parents) is not. Does anyone know how to solve that issue? Or...
View ArticleNew Post: Why SPCascade does not work with Infopath 2010?
Anything is possible if you have the time and $$$. It sounds like your needs are a bit beyond what InfoPath does. You may need to do some development. M.
View ArticleNew Post: SPCascadeDropdowns with multiple parent columns
Hi ShakaPonk, Yes I was able to build a solution for such a situation where your dropdown is dependent on two parents, although it may not look pretty code wise but let me know your email, I will send...
View ArticleNew Post: Cascade Dropdown Issues - Sitecollection column
State List$().SPServices.SPCascadeDropdowns({ relationshipWebURL: "/sites/A3/400/433", relationshipList: "LKUP: Region", relationshipListParentColumn: "Country_S", relationshipListChildColumn: "Title",...
View ArticleNew Post: spCascading Dropdown with repeated data
Marc, Thanks for the feedback. I have attempted to attach a screen shot of the issue I am running into. I created the Books and MY's lists the way you mentioned, but after I select say Book 01, in the...
View ArticleNew Post: Cascade Dropdown Issues - Sitecollection column
laasya wrote:State List$().SPServices.SPCascadeDropdowns({ relationshipWebURL: "/sites/A3/400/433", relationshipList: "LKUP: Region", relationshipListParentColumn: "Country_S",...
View ArticleNew Post: SP2010 - SPCascadeDropdown with SPFilterDropDowns
Ok, so I know in SPCascadeDropdown you can't have more than one parent column. So I thought instead of using a second parent column, I could force it to pull the Lookup value and force the 3rd field to...
View ArticleNew Post: SPServices Add/update list item: Dynamically creating valuepairs
Hi, I tried dynamically creating valuepairs but it is not adding/updating list item. Here is my code var columnsForInsert = []; columnsForInsert[0] = [['Title'], [productPlan]]; columnsForInsert[1] =...
View ArticleNew Post: ModifyUserPropertyByAccountName not updating for any user but me
Just wondering if anyone else has seen this issue? Thanks, Gary
View ArticleNew Post: SPServices Add/update list item: Dynamically creating valuepairs
I got it working. the syntax for creating object array is var columnsForInsert = []; columnsForInsert[0] = ["Title", productPlan]; columnsForInsert[1] = ["Product_x0020_Name", productName];...
View ArticleNew Post: Office 365 - Not found in relationshipList
I've been using this library extensively on an on-premise environment and it has been working wonderfully, but I'm having problems on Office 365 and I can't figure out what I'm doing wrong. I'm getting...
View ArticleNew Post: Cascade Dropdown Issues - Sitecollection column
Marc could you please suggest on this issue. You need any additional information for this.
View ArticleNew Post: ModifyUserPropertyByAccountName not updating for any user but me
My guess is that it's a permissions issue. M.
View ArticleNew Post: Office 365 - Not found in relationshipList
The error is hopefully pretty clear, but there's probably something else going on. Take a look at the traffic with Firebug or Fiddler to see what the responses look like. There will probably be clues...
View ArticleNew Post: Cascade Dropdown Issues - Sitecollection column
I don't see anything wrong, but your list names are a little out of the ordinary. Try taking a look at the traffic with Firebug or Fiddler to see if you can get any clues there. M.
View ArticleNew Post: ModifyUserPropertyByAccountName not updating for any user but me
Marc, My thoughts as well, just not sure how to address the issue since I do have full permissions to update via the GUI. Is it possible that the web service call made by SPService is not...
View ArticleNew Post: ModifyUserPropertyByAccountName not updating for any user but me
Calls via the Web Services use the identity - and thus the permissions - of the current user. M.
View ArticleCreated Unassigned: SPGetCurrentUser not returning email or sipaddress for...
I have a button that collects the currently logged in users email address that is working for most of the 7k plus users accessing it. I have 20 tickets for users that the function is not working for....
View ArticleCommented Unassigned: SPGetCurrentUser not returning email or sipaddress for...
I have a button that collects the currently logged in users email address that is working for most of the 7k plus users accessing it. I have 20 tickets for users that the function is not working for....
View ArticleCommented Unassigned: SPGetCurrentUser not returning email or sipaddress for...
I have a button that collects the currently logged in users email address that is working for most of the 7k plus users accessing it. I have 20 tickets for users that the function is not working for....
View Article