-
Search Results
-
Hi,
I added a new column to a list that is using DFFSv4. I added the column in the Tabs Tab where I wanted it to appear on the form. The label is set to Left and is indexed properly. It is available in all of the Tabs in the DFFS BackEnd. It is NOT being hidden by any rule or the checkbox on the Misc Tab, but it will not show up on my form for some reason. Any idea why?
Thanks!Hi,
Im looking at a requirement where there would be 2 editforms for a list.
The default one would be the standard edit form used to edit pretty much all the fields in the item.
The second one is a specific form used in certain circumstances to update only a couple of fields.In my testing I have created a new Edit Form, called EditFormCustom, and it is not the default edit form. When I edit this form and add the two web parts, overlay and frontend, it goes through the motions of trying to run, and times out. When I click to close the overlay there is no DFFS setup button at the bottom of the form.
Does DFFS have a restriction that only allows it to work on the default forms?
This might not be the end of the world, because I am thinking that in order to do this type of thing with the restriction of only one editform, I could still achieve the same thing but passing a parameter to the form when calling it, that I extract from the URL and then expose the tabs that are required for that parameter.
Would this be the correct/recommended approach to this scenario?
Regards
Jeff(Using DFFS Backend v4.200 | CSS version 4.01 / 4.01 | spjs-utility version 1.1.83)
I am trying to set the default value for the All Day Event flag in a Calendar list to be true, but when I try, I get the “Unknown fieldType: SPFieldAllDayEvent” alert pop up.
I have set up a rule on the NewForm page, to trigger when “The form is ready”
I then try and set the field value for All Day Event to be true.Now I must confess that I am not sure what value I should be using for this checkbox. Is it True, true, 1, checked?? However I dont think it is this value that is directly the problem as no matter what I specify I always get the same alert.
Regards
JeffI have just found the DFFS Product and have downloaded the v4.200 version to test out.
Unfortunately I seem to be having a basic problem with either the installation, or running it for the first time, as the overlay shows “This took forever”.
When I use the IE F12 function to debug, I notice that there are 2 network 500 errors as follows:
`<?xml version=’1.0′ encoding=’utf-8′?><soap:Envelope xmlns:xsi=’http://www.w3.org/2001/XMLSchema-instance’ xmlns:xsd=’http://www.w3.org/2001/XMLSchema’ xmlns:soap=’http://schemas.xmlsoap.org/soap/envelope/’><soap:Body><GetListItems xmlns=”http://schemas.microsoft.com/sharepoint/soap/”><listName>SPJS-DynamicFormsForSharePoint</listName><query><Query xmlns=””><Where><Eq><FieldRef Name=’Title’ /><Value Type=’Text’>/lists/jslcompanies/newform.aspx</Value></Eq></Where></Query></query><viewFields><ViewFields xmlns=””><FieldRef Name=”ID”/><FieldRef Name=”Title”/><FieldRef Name=”blob”/><FieldRef Name=”Author”/></ViewFields></viewFields><rowLimit>100000</rowLimit><queryOptions><QueryOptions xmlns=””><IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns></QueryOptions></queryOptions></GetListItems></soap:Body></soap:Envelope><?xml version=’1.0′ encoding=’utf-8′?><soap:Envelope xmlns:xsi=’http://www.w3.org/2001/XMLSchema-instance’ xmlns:xsd=’http://www.w3.org/2001/XMLSchema’ xmlns:soap=’http://schemas.xmlsoap.org/soap/envelope/’><soap:Body><GetListItems xmlns=”http://schemas.microsoft.com/sharepoint/soap/”><listName>SPJS-DynRequiredSettings</listName><query><Query xmlns=””><Where><Eq><FieldRef Name=’Title’ /><Value Type=’Text’>/lists/jslcompanies/newform.aspx</Value></Eq></Where></Query></query><viewFields><ViewFields xmlns=””><FieldRef Name=”ID”/><FieldRef Name=”Title”/><FieldRef Name=”blob”/><FieldRef Name=”Author”/></ViewFields></viewFields><rowLimit>100000</rowLimit><queryOptions><QueryOptions xmlns=””><IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns></QueryOptions></queryOptions></GetListItems></soap:Body></soap:Envelope>
At what point during the installation process, does the configuration list get created? Or should it be the first time that it is run?
As far as I am aware, I have followed the set up instructions through completely with only one difference… I use the SiteAssets library rather than creating a new library, where I put all the files.
I am running on Office 365, and have tried IE 11, Firefox, and Chrome. And I have tried it on two tenants that I have for Office 365. Always with the same result.
Regards
JeffHi,
I have a form with vLookup on it for three other lists. The other lists that show on the form are Related Dates, Related Documents, and Related Tasks.
For one particular user, vLookup pulls in the Related Tasks, but under the Related Documents and Related Dates headnings, he gets a message that says, “Access denied. You do not have permission to perform this action or access this resource.” The user does have Full Control permissions on all content on this site, and can browse to the lists in question and create/view items without any problem. I am not able to duplicate the issue with my user account.
Just wondering if this is something that has been observed before, or if anyone can shed any light. This is SharePoint 2013, with vLookup v1.65 Thanks!
Topic: Permission Issue
Hello,
I have issues with permissions after I have deployed the newest version of the DFFS. For me of course everything works perfectly.My configuration:
1. I have created new SharePoint
2. This group have read access to:
a. Folder with all scripts
b. SPJS-DynamicFormsForSharePoint list
c. SharePoint List where has been deployed DFFSWhen someone from this group is tring to open item from this list (permissions for this item has been broken and upgraded to Contribute) there is request for credentials, why? I’m sure that I missed some plece where I should grant for this group permissions, but I do not know where.
I would like to have only one list where have access – how to do it?
Please kindly help.
BR,
BJI followed the installation guide and viewed the troubleshooting documentation at the end of the pdf, but my problem was not addressed in there. When I click at the bottom of my DFFS form it takes me to the web part page I created. Nothing shows up for me except the title of the web part which I created with the CEWP that points to my DFFS_backend_CEWP.js.aspx file. I never got that text within the Content Editor tell me that I had to have the URL parameters “tarletList”, “targetListBaseURL”, “formId” and “formType” in the URL to edit an item to show. What can I do to remedy this? Thanks!