Home › Forums › Autocomplete › SOAP Server Exception was thrown
Tagged: 0x81020014, ServerException, SOAP
- This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago by Alexander Bautz.
-
AuthorPosts
-
-
March 13, 2019 at 10:06 #24273
Hi Alex/users,
Could you please help me with the problem I print screened and attached in the attachment section? English part is specific, but then it’s written in Czech. Translation after “was thrown” says:
“Some types of fields haven’t been correctly installed. Go to a page to list settings and delete these fields: 0x81020014.The code:
spjs.ac.textField({ "applyTo": "Auto", "helpText": "Sem zadejte roli", "loadText": "Čekejte prosím", "listGuid": "{cdb7397b-d6bf-405b-be81-3f30e0402824}", "listBaseUrl": "/apps/aplikace/Stepan", "showField": "", "searchFields": [], "filterCAML": "", "useREST": false, "preloadData":false, "filterREST": "", "optionDetailFields": [], "optionDetailPrefix": [], "enforceUniqueValues": true, "rowLimit": 10, "listOptionsOnFocus": false, "minLengthBeforeSearch": 3, "reValidateOnLoad": false, "allowAddNew": false, "isLookupInSelf": false, "addNewAdditionalFields": [], "multiselect": false, "multiselectSeparator": "; ", "orderBy": [], "clearSetFieldsOnInvalidSelection": false, "setFields": [], "debug": false });
I tried to find some specific field which could cause the error, but I haven’t seen anything linked to this issue.
Anytime I try to fill in the field “Auto” the error pops up.
Don’t you know where the problem could be?Steve
- This topic was modified 5 years, 8 months ago by Steve.
- This topic was modified 5 years, 8 months ago by Steve.
- This topic was modified 5 years, 8 months ago by Steve.
Attachments:
-
March 13, 2019 at 16:19 #24285
Hi,
You must add a field name in showField and in searchFields.Alexander
-
May 22, 2019 at 19:26 #25396
spjs.ac.textField({ "applyTo": "n2k6", "helpText": "Sem zadejte požadovanou roli", "loadText": "Čekejte prosím", "listGuid": "{8c19e719-01f7-4248-9fc8-188bb360f736}", "listBaseUrl": "/apps/xxxx/Stepan", "showField": "Hledej", "searchFields": "Hledej", (Is this doing something wrong)? "filterCAML": "", "useREST": false, "preloadData":false, "filterREST": "", "optionDetailFields": [], "optionDetailPrefix": [], "enforceUniqueValues": true, "rowLimit": 10, "listOptionsOnFocus": false, "minLengthBeforeSearch": 3, "reValidateOnLoad": false, "allowAddNew": false, "isLookupInSelf": false, "addNewAdditionalFields": [], "multiselect": false, "multiselectSeparator": "; ", "orderBy": [], "clearSetFieldsOnInvalidSelection": false, "setFields": [], "debug": false });
I tried this and it’s been kind of working, but…I still cannot set it up. It looks like searching, but it cannot find anything. I followed your manual, but I probably forgot for something or missed.
I just have a list of people (list A) (people are written in a single line of text column). Then I have a form (list B) with “single line of text” where I want to see the data autocompleted from the list A.
Another help for me?
Sorry, Alex for the delay.Steve
- This reply was modified 5 years, 6 months ago by Steve.
Attachments:
-
May 22, 2019 at 20:54 #25404
Hi,
The parameter searchFields must be an array – change it like this:"searchFields": ["Hledej"],
You find all the settings in the user manual: https://spjsblog.com/dffs/dffs-plugins/spjs-autocomplete/#Autocomplete_in_a_text_field
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.