Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

Commented Unassigned: cascading Dropdown is not working [10233]

$
0
0
Hi marc,


i use JQuery 1.7.1 and SPServices 01.min.js

Browsers :IE 10,11.tried with MOzila and chrome too

i have 2 Lists namely

1.Project Allocations
2.Skill Endorsements

structure of the list as follows

1.Project Allocation(Title column is hidden)
a.Project (lookup)
b.Employee(lookup)
c Description

2.Skill Endorsements
a.Title
b.Project(lookup)
b.Employee(lookup)
c Description

For skill Endorsements, i use 'custom' NewForm.aspx. in that i wrote cascading SpServices for project Allocations where project dropdown will get filtered based on Employee Selected.

$().SPServices.SPCascadeDropdowns({
relationshipList: "Project Allocations",
relationshipListParentColumn: "Employee",
relationshipListChildColumn: "Project",
childColumn: "Project",
parentColumn: "Employee",
simpleChild : true,
completefunc: SP.SOD.executeFunc('sp.js', 'SP.ClientContext', FilterLookup),
debug: true
});

earlier everything use to work fine. now Project dropdown doesnt populate at all..but if i remove SPService cascading function , project dropdown gets populated with all value(without filter).
i tried with different jquery versions and SPServices(including latest beta version 2014).

i am searchin for this problem since 1 week and still not able to resolve it.

Thanks

Comments: If it worked before and you didn't change you code, then it's probably the " Required Field" issue. What version of SharePoint are you on? What CU? Office365? Did you try with jQuery 1.10.x and SPServices 2014.01BETA1? M.

Viewing all articles
Browse latest Browse all 6517

Trending Articles