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: I can't just wave a wand from here and fix things for you. Plus, you're not paying me anything, so I get to it when I get to it. Did you try 2014.01? M.

Viewing all articles
Browse latest Browse all 6517

Trending Articles