Home › Forums › General discussion › DFFS Forms not Working
Tagged: dffs form saving
- This topic has 7 replies, 2 voices, and was last updated 4 years, 8 months ago by Alexander Bautz.
-
AuthorPosts
-
-
February 14, 2020 at 08:51 #28689
Hi Alex, i am doing some development of SharePoint 2016 forms using dffs everything was working fine till yesterday, after updating SharePoint servers dffs forms stopped working i can log to the form and the rules are working fine but when i try to save the form it will not redirect and trigger the workflows, but if i go to the list where i am creating the item i can see a new item created but the workflows are not triggered. same solution on different farm with different sharepoint 2016 enterprise update the forms are working fine any idea?
-
February 14, 2020 at 10:43 #28691
Hit f12 and look at the console for errors. If there are none, I suspect you have some kind of validation error in a field that is hidden (not part of any tab in your form) – you can go to the Misc tab and activate “Show orphan fields in a separate tab” in the Tab section.
Alexander
-
February 17, 2020 at 20:49 #28721
Hi Aelx, i checked the console and if there is any required field hidden, but what i’ve found that when i click save the item is saved in the list but i am not redirected to the list and the workflows are not triggered on the created item!!
what’s this bug? -
February 17, 2020 at 23:56 #28726
Have you set up any custom js to redirect on save? – maybe there is something wrong in your custom code?
If you don’t use any custom js, please try to disable DFFS temporarily to ensure it works as it should when DFFS is not loaded.
Alexander
-
March 9, 2020 at 09:46 #29045
Hi Alex, this bug is still appearing! the forms worked after updating the servers but after 1 week this issue started to happen again. i am using spjs.dffs.triggerSave() to save the form.
-
March 9, 2020 at 13:14 #29047
I’s unfortunately hard to tell what could be the cause without looking at it. If you disable DFFS (uninstall for this form – it will not delete the config and it will pop back in when you reinstall) an try saving the default form – does it work as expected?
Alexander
-
March 9, 2020 at 13:42 #29049
Hi Alex, after debugging the error and doing a deep investigations i have noticed that there is a service in SharePoint server called “Service Bus Message Broker” it’s responsible to communicate btw the SharePoint server and workflow manager server, this service was disabled somehow so when a spd2013 workflow is published on a list the save functionality on this list will not work properly and redirect you once u click on save, the item is created but the workflows will not be triggered. so to fix this issue i had to re-start the service and make sure it’s running.
hope this info will help someone else! -
March 9, 2020 at 16:00 #29051
I’m glad you figured it out – and thanks for sharing!
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.