Skip to main content
Nintex Community Menu Bar

Save button in Form ribbon problem

  • July 8, 2021
  • 4 replies
  • 237 views
  • Translate

I have a classic Nintex form where I have multiple buttons that show depending on the status of the workflow on an item.  Some of the buttons return a string to a field in the item which is used in moving the workflow along.

18655i358F758CF17E6876.png

Those buttons all work great.  The issue I have is the Save button in the ribbon in the upper left corner.  Somehow that is linked to one of the Save buttons and when I save the item using the ribbon button, it writes a value to that field using one of the buttons on the form, even if those buttons are hidden and that option should not be available.

 

Can anyone explain how the Save button in the ribbon is tied to the Save buttons on my form and how to break that link?  I just want a basic save without writing a value to that field and triggering the workflow to move.

Did this topic help you find an answer to your question?

4 replies

Forum|alt.badge.img+12
  • Apprentice
  • 292 replies
  • July 8, 2021

Hi,

The Save button on the ribbon and on the form does the same thing, and Nintex has provided both for ease of use, I am not sure you can disable the functionality of the Save button in the ribbon. But you can hide the Save button in the ribbon using some JavaScript or CSS.  

And is there any specific reason you want to have different functionality for both Save buttons?

Translate

  • Author
  • 14 replies
  • July 8, 2021

Thanks, I have different save buttons on the form to write different things to the associated item field in SP.  One will save the item, but not move the workflow along to the next stage while another will save and trigger the workflow to move along.  It's really like saving it as a draft where you intend to come back to it or sending it to the next person.

 

The funny thing is I don't understand why the ribbon button would write a specific value into the SP field.  That field is not on the form anywhere.  It could only be coming from the button association, so for some reason hitting that Save button on the ribbon triggers one of the form buttons which has that specific association with the SP field.  (Other save buttons either write different text or do not write a value to that field.)

Translate

Forum|alt.badge.img+12
  • Apprentice
  • 292 replies
  • July 8, 2021

You can use "Conditional Start" options on your workflow, hope it helps.

Translate

I get the same problem today. Have you find a way to resolve the issue? The workaround I found was to hide the Save button in the top ribbon by adding below CSS in the HTML feature of a Rich Text Box.

 

<style>
div#RibbonSaveButton {display:none;}
</style>

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings