Search Results for 'list form'

Home Forums Search Search Results for 'list form'

Viewing 15 results - 1,276 through 1,290 (of 1,356 total)
  • Author
    Search Results
  • #7669
    scottk
    Participant

      The problem is that the original list was created with the “SharePoint List Association Manager” (http://slam.codeplex.com/). This tool apparently creates a different list column structure in the form, so the DFFS tool does not recognize the columns and does not function.

      Patricia Brown
      Participant

        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?

        #7638
        Alexander Bautz
        Keymaster

          Could you have hidden the “Enhanced with DFFS” link in the configuration for this form (in the Misc tab) – if you have any config already saved.

          What type of list is it you are trying to use DFFS with?

          Could you try setting DFFS up with another list to test if it is an issue for this form only?

          Alexander

          William Nevarez
          Participant

            So I reviewed the developer tools and saw a strange “accessdenied5” error message which had no additional details. So I cleared the cache and ensured my folder with the DFFS files had the appropriate access, deleted the SPJS-DFFS list and relaunched the form and the cascading columns tab is now visible.
            Thank you again for all of the quick help, it is greatly appreciated!

            William Nevarez
            Participant

              Thanks Andrew I appreciate the suggestion.
              I only hade the SPJS-DynamicFormsForSharePoint list created as Im not using the vLookup feature, so I deleted that as instructed and am still unable to see the Cascading Columns tab on the backend form.
              Please feel free to share any additional suggestions. Luckily Im not in production yet so I have a little time to get this working.

              William

              Andrew Fletcher
              Participant

                William —

                I was able to get the tabs to show by deleting the lists that DFFS automatically creates the first time you use it (SPJS-DynamicFormsForSharePoint and SPJS-vLookupSettings). From here I went back and clicked the DFFS link at the bottom of the newform and editform and let SPJS recreate those lists. See if that works.

                Kasey
                Participant

                  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.3

                  #7588
                  Drew Heggie
                  Participant

                    Hi, 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)

                    Alexander Bautz
                    Keymaster

                      Hi,
                      This is entirely client side, and to add a new field, just go to your list settings and add it as you would to any other form. You also find the “Add new field” in the Misc tab if you are using SP2010 or 2013.

                      If this is a general question on how to get into the DFFS configuration, this should be covered in the user manual.

                      Hope this helps you on the way,
                      Alexander

                      #7516
                      lzuhuo
                      Participant

                        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? Thanks

                        #7483
                        Brett
                        Participant

                          Hi 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

                          #7447
                          Alexander Bautz
                          Keymaster

                            Hi,
                            Sorry, but vLookups does not “exist” in the parent list. The query is performed on the fly and there are no values stored.

                            Your best bet is to create a chart directly targeting the child list.

                            Alexander

                            #7438
                            Alexander Bautz
                            Keymaster

                              To completely disable DFFS you will have to remove the web part, but to “clear” the configuration for a form, go to the configuration list and rename the “Title” of the list item something like this:

                              From

                              /lists/dffsdemo/newform.aspx

                              to

                              /lists/dffsdemo/newform.aspx_

                              This means DFFS will not find the configuration.

                              Hope this helps,
                              Alexander

                              #7436
                              Jeff Law
                              Participant

                                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
                                Jeff

                                #7435
                                Brett
                                Participant

                                  Hi,

                                  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

                                Viewing 15 results - 1,276 through 1,290 (of 1,356 total)