Hello,
I am having a similar issue with CascadeDropDown. Already tried 2 or 3 solution proposed on this and others posts with to no success.
My case is even weird the cascade dropdown Works in 50% of the times (alternated);
I already tried to configure AAM without success.
I am usina CustomListForm (so 100% sure it is in List Context.
I have another List with exactly same configuration (listform with javascript cascade dropdown) and it is working perfect.
This is the code:
Im using Sharepoint 2013 / jquery-1.8.3-min / SPServices-0.7.2-min
Can anybody help me to investigate this ?
Bruno
I am having a similar issue with CascadeDropDown. Already tried 2 or 3 solution proposed on this and others posts with to no success.
My case is even weird the cascade dropdown Works in 50% of the times (alternated);
- Access 1 = Works
- Access 2 = Doesn't work
- Access 3 = Works
-
Access 4 = Doesn't work
I already tried to configure AAM without success.
I am usina CustomListForm (so 100% sure it is in List Context.
I have another List with exactly same configuration (listform with javascript cascade dropdown) and it is working perfect.
This is the code:
$().SPServices.SPCascadeDropdowns({
relationshipList: "Cadastro de Estados",
relationshipListParentColumn: "Pais",
relationshipListChildColumn: "EstadoNome",
parentColumn: "País",
childColumn: "Estado",
noneText: "(Nenhum)"
});
$().SPServices.SPCascadeDropdowns({
relationshipList: "Cadastro de Cidades",
relationshipListParentColumn: "Estado",
relationshipListChildColumn: "CidadeNome",
parentColumn: "Estado",
childColumn: "Cidade",
noneText: "(Nenhum)"
});
Lost my mind trying to solve this...Im using Sharepoint 2013 / jquery-1.8.3-min / SPServices-0.7.2-min
Can anybody help me to investigate this ?
Bruno