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
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