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: yes i tried.but still not working :( seems like its issue with list threshold value causing problem when we use customized form.because same is working fine with less items on test machine which i just got access to

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>