Hi,
I have tried this in SP2013, when I select from the list I get "Undefined" instead of the data in the 2 columns in my example.
$().SPServices.SPDisplayRelatedInfo({
columnName: "Relation Lookup",
relatedList: "Relation list",
relatedListColumn: "Title",
relatedColumns: ["Name", "Job_x0020_Title"],
displayFormat: "list",
debug: true
});
Any help/advise would be most appreciated.
thanks
↧