-
Search Results
-
I set up an editform with the 4 rules and code for the new DFFS: Check out list Items. The expected dialogs appear when I open the editform, and close it without making any modifications to the list item. But if make an update and attempt to save the record, I get this error:
DFFS:Configuration error in “Run these functions”:
TypeErorr: Object doesn’t support property or method ‘promptCheckIn’I’m using DFFS Frontend v4.272
I did a copy/paste of all the code listed in the “The code from the CSS and JS tab in DFFS backend” into the Custom JS section on the Misc tab for my editform. Is there another location where I need to put any part of this code?I am having an issue with required fields losing the dffs-formvalidation class when they are cascading dropdown fields. I have tried making them required at the list level as well as via DFFS rules. They are still required fields but the * is not present so the user doesn’t know they are required until they try to save. Any ideas?
DFFS Frontend v4.269
DFFS Backend v4.260
CSS version: 4.02
spjs-utility version: 1.206
Cascading dropdowns plugin v3.3Hi, I’ve been creating tabbed pages for my client and overnight the Tabs have changed from Tabs to Bullet points. The functionality remains in that I can navigate the sections using the bullets.
The only thing that I have recently applied was a Sharepoint Designer workflow (2007). The workflow updates the list item based on a trigger event. Thing is – I’m not sure this may have any bearing…
Any suggestions would be welcomed.Note: Although I’m using an old version of DFFS I would prefer to solve the issue rather than upgrade as all my other forms/ lists are fine.
SP WS3 (2007)Topic: autocomplete field in lookup
Hello Alex
I would like to know if on Lookup Solution, have any way to auto complete another field based on selected lookup field, bringing the information from the same list that I created my lookup field? ThanksHi Alexander,
This is to carry on from my comment: https://spjsblog.com/2013/08/20/convert-text-fields-to-cascading-dropdowns-unlimited-number-of-levels/#comment-281209
So I’ve replicated the exact error in a completely different VM on Azure.
The Alerts from Debug refer to the two columns I’ve specified in thisListFields:“The fieldname “Title” specified in “thisListFields” does not exist.
You must use “FieldInternalName” to identify the fields.”Now just to clarify, “thisListFields” is the blank empty list that I want the drop-down selector to appear? It grabs these values from “lookupListFields”
And the columns specified in “thisListFields” is located in the same List where in NewForm.aspx I’m placing the CEWP script???
Also for your previous version: https://spjsblog.com/2010/06/15/cascading-dropdowns-in-sharepoint-text-fields-populated-by-lookup-in-another-list-version-2/
I receive the same error, using a differentscript web part within the same NewForm.ASPX“The fieldname specified as “consumerArr Nr1” does not exist.
You must use “FieldInternalName” to identify the fields.”I have tried using the same column names in both Lists, called firstrow and secondrow. They are definitely internalnames and not altered.
From firefox console:
“Function called with these arguments:” SPJS-Casc.js:112
“lookupList:MSPDropdowns” SPJS-Casc.js:114
“lookupListBaseUrl:” SPJS-Casc.js:114
“lookupListFields:toprow,bottomrow” SPJS-Casc.js:114
“thisListFields:toprow,bottomrow” SPJS-Casc.js:114
“dropDownDefaultvalue:select” SPJS-Casc.js:114
“hideEmptyDropdowns:false” SPJS-Casc.js:114
“autoselectSingleOption:true” SPJS-Casc.js:114
“clearInvalidSelection:false” SPJS-Casc.js:114
“debug:true” SPJS-Casc.js:114
“numberOfDropdowns:2″ SPJS-Casc.js:114
”
Populating this field: toprow” SPJS-Casc.js:332
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ jquery-1.10.2.min.js:6
TypeError: spjs.$(…).filterNode is not a function
“Function called with these arguments:” SPJS-Casc.js:112
“lookupList:MSPDropdowns” SPJS-Casc.js:114
“lookupListBaseUrl:” SPJS-Casc.js:114
“lookupListFields:toprow,bottomrow” SPJS-Casc.js:114
“thisListFields:toprow,bottomrow” SPJS-Casc.js:114
“dropDownDefaultvalue:select” SPJS-Casc.js:114
“hideEmptyDropdowns:false” SPJS-Casc.js:114
“autoselectSingleOption:true” SPJS-Casc.js:114
“clearInvalidSelection:false” SPJS-Casc.js:114
“debug:true” SPJS-Casc.js:114
“numberOfDropdowns:2″ SPJS-Casc.js:114
”
Populating this field: toprow” SPJS-Casc.js:332
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ jquery-1.10.2.min.js:6
TypeError: spjs.$(…).filterNode is not a function
Use of Mutation Events is deprecated. Use MutationObserver instead.Have I got the lists correct or mixed up?
If you want access to the VM, let me know and I can email you the log on details?
Thanks,
Brett
Topic: Temporarily disable DFFS??
Hi,
I have a site with several lists on it that I am using DFFS on. I have just been told that one of those lists is now not working (cant add, or edit) list items anymore. When Save is selected a “Cannot complete this action. Please try again.” error message appears.
In trying to get to the bottom of this, I thought I would eliminate DFFS as a possible cause, and wondered if there is a “quick” way of disabling DFFS on a list.
I presume it is along the lines of exporting the settings, deleting the add or edit form in the SPJS-DynamicFormsForSharePoint list, do the testing then create and import it?
Regards
JeffHi,
Does the Autocomplete solution work as a web part that can filter a connected List Web Part?
At the moment, I’m using a 3x HTML Form Web Parts with manually edited columns that filters to a connected to a List web part and more filters might be added over time.
I attempted to get this to display in a web part but was unable to see anything.
Thanks,
Brett