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

New Post: SPCascade on other language

$
0
0
Thank for quick reply,

1) working Code (form fields are in development english) :
$(document).ready(function() {
$().SPServices.SPCascadeDropdowns({ relationshipList: "{511BA300-FC51-4420-8A92-1C6596761213}", relationshipListParentColumn: "CRMSubjectLookup", relationshipListChildColumn: "Title", parentColumn: "CRMSubjectLookup", childColumn: "CRMOpportunityLookup" , listName: "{597FB752-B3C3-4B46-9512-E0F2A2C99865}", debug: true });

2) not working Code (form fields are in Slovak) :
$(document).ready(function() {
$().SPServices.SPCascadeDropdowns({ relationshipList: "{511BA300-FC51-4420-8A92-1C6596761213}", relationshipListParentColumn: "CRMSubjectLookup", relationshipListChildColumn: "Title", parentColumn: "Obch. vzťah", childColumn: "Obch. prípad" , listName: "{597FB752-B3C3-4B46-9512-E0F2A2C99865}", debug: true });

There is no diffrence on "server side parameters", I change only form fields...
Thank you again
Marian

Viewing all articles
Browse latest Browse all 6517

Trending Articles