Skip to main content
Nintex Community Menu Bar
Question

I have workflows set up. The workflows will fire and update the opp record, but I cannot see those c

  • July 9, 2024
  • 7 replies
  • 14 views

Forum|alt.badge.img+3

I have created an opportunity wizard, I have workflows set up to perform field updates when the record is saved. When I run the preview of the wizard, the workflows will fire and update the opp record, but I cannot see those changes in the wizard view, I have to go back to standard SF. bbe10d0b2fe46ab7137c72ad48d56b2bd8e13932.jpg

7 replies

Forum|alt.badge.img+11

Are Revenue Information formula or rollup type fields?  Maybe you need to requery the model?


Forum|alt.badge.img+3
  • Author
  • 15 replies
  • July 9, 2024

Estimated Value is the standard SF amount field that should update automatically based on the products selected. The others revenue fields are formulas. The fields in the left column are all text, updating via workflow. They update in the standard SF opp detail screen, but not in the wizard. 


Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

Any field update action that occurs on the server will need a requery action to be shown in the skuid page.  Salesforce forces a page refresh (and restore from the server) on almost any field update,  so it looks automatic.  If you will make your save buttons mutli step actions - and add a requery action onto the end of the sequence - you will get what you are looking for. 


Forum|alt.badge.img+3
  • Author
  • 15 replies
  • July 9, 2024

Success! Thanks!


Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

Glad to hear it worked for you!  Keep up the good work…


Forum|alt.badge.img+3
  • Author
  • 15 replies
  • July 9, 2024

ok I thought I had it working…but during testing I noticed it wasn’t querying info from the opportunity I was working on, but rather from one I created earlier. How do I ensure it queries the correct opportunity?


Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

My guess is that you are requerying a different model than the one that is driving your wizard.  Do you have another model in the page that looks up different opportunities?  You need to requiery the right model.