$().SPServices.SPFilterDropdown({
relationshipList: "Program Profile",
relationshipListColumn: "Title",
columnName: "Program Title",
CAMLQuery: "<Eq><FieldRef Name='Genre' /><Value Type='Choice'>Original Series</Value></Eq>",
completefunc: null,
debug: false
});
relationshipList: "Program Profile",
relationshipListColumn: "Title",
columnName: "Program Title",
CAMLQuery: "<Eq><FieldRef Name='Genre' /><Value Type='Choice'>Original Series</Value></Eq>",
completefunc: null,
debug: false
});
Comments
Post a Comment