-
Search Results
-
The new version of DFFS is finally here! It is still in BETA so I would love to get some feedback from you on how it performs – and what features your are missing. Follow the instructions on https://spjsworks.com to set it up and use this forum for any feedback.
Please note: This new version only work on SharePoint online.
Alexander
Known bugs in version 0.9.0.0:
- If you use managed metadata fields you must set a default value in the list settings – if not, the configurator will fail to load the form.
Hello
I’ve run into a slight issue using email functionality with SharePoint Online (with a DFFS_Email list). On form save, an error message pops up, the item isn’t saved to the sharepoint list and the email isnt written to the DFFS_Email list.
The issue appears to be related to using a people picker (to populate To: on the email), where the person in the picker, even though validated through the UI on the form, at that point in time hasnt been added to the UIL (https://Tenant.sharepoint.com/sites/SiteName/_layouts/15/people.aspx?MembershipGroupId=0)
Looking at the network calls in Dev Tools – it appears to be doing an old soap call to validate the user – which then fails as the user isnt in the UIL yet, returning a pop-up:
“The list item was NOT saved: Error sending email – Missing recipient for the email template TestSend. Please verify that you have a value in the “To” field in your email template (NameField) and then retry saving this item.”
(The To field definitely does have the correct setup – using a user already in the UIL, DDFS emailing works exactly as expected).Request URL: https://tenant.sharepoint.com/sites/SiteName/_vti_bin/lists.asmx
Which returns <rs:data ItemCount=”0″> when it failsAm I doing something fundamentally wrong with the set-up or is there any way to work around this? Ideally I need the form to work with any user, even if they’re not in the UIL immediately.
Thanks
AdamP
Topic: DispForm not working
Hi,
I have just migrated a list from one SP2019 server to another and I’ve tried to copy over the form design to the new list on the new server but I have a problem with the display form not working, the dit form and new form seem to work OK but the Display form just times out.I’ve checked the URL for the display form and it liooks good, I’ve uninstalled and re-installed DFFS on the list a few times but it doesn’t make any difference.
Any pointers as what could be wrong?
Using F12 I get this resulttheming.js?rev=SuLUbbwTXcxFWOWLFUsOkw%3D%3DTAG0:1 Cannot find theme color: Light1
theming.js?rev=SuLUbbwTXcxFWOWLFUsOkw%3D%3DTAG0:1 Cannot find theme color: Light1
VM58027:1Uncaught TypeError: Cannot read properties of undefined (reading ‘readonly’)
at Object.eval (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:267270)
at Function.each (jquery.js:2:2881)
at Object.apply (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:263557)
at Object.toggleVisibleFieldsByTab (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:123387)
at Object.do_toggleSelectedTab (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:126135)
at Object.initSelectedTab (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:135766)
at Object.applyRules (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:233683)
at Object.loadCustomJS (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:202764)
at Object.loadDependencies (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:204278)
at HTMLDocument.eval (eval at <anonymous> (/SPJS/DFFS/js/DFFS_frontend.min.js:1:1), <anonymous>:1:176821)I’m building an attestation form. Is there a way to display a list view within the form itself so the user knows the list content they are attesting to?
User A is attesting to Apples. Selects Apples from drop down list then an ‘Apples’ view from another list (same site) is displayed below that shows the various fields and records currently in the ‘Apples’ view. User B would do the same when attesting to ‘Berries’ and a Berries view would display for them to attest accuracy of that view, etc.