I am trying out the autocommplete plugin for DFFS. I have added a plain text field to my list called “RelatedPR” and am trying to lookup to the ID field. Here is my code block:
/*autocomplete for RelatedPR field*/
spjs.ac.textField({
“applyTo”: “RelatedPR”,
“helpText”: “Enter ID”,
“loadText”: “Loading….”,
“listGuid”: “76341ab8-8080-4475-b02d-4838c733dae5”,
“listBaseUrl”: “”,
“showField”: “ID”,
“searchFields”: [],
“filterCAML”: “”,
“useREST”: false,
“preloadData”:false,
“filterREST”: “”,
“optionDetailFields”: [],
“optionDetailPrefix”: [],
“enforceUniqueValues”: true,
“rowLimit”: 15,
“listOptionsOnFocus”: false,
“minLengthBeforeSearch”: 3,
“reValidateOnLoad”: false,
“allowAddNew”: false,
“isLookupInSelf”: true,
“addNewAdditionalFields”: [],
“multiselect”: false,
“multiselectSeparator”: “; “,
“orderBy”: [],
“setFields”: [],
“debug”: false
});
I keep getting this error:
soap:ServerException of type ‘Microsoft.SharePoint.SoapServer.SoapServerException’ was thrown.One or more field types are not installed properly. Go to the list settings page to delete these fields.0x81020014
I am sure its a minor tweak – any help you can provide would be appreciated. Thanks!