Skip to main content
Nintex Community Menu Bar

Is there a way to know when a SQL Request has complete in a form?

  • May 4, 2017
  • 2 replies
  • 21 views

Forum|alt.badge.img+1

I am trying to set rules on showing or hiding buttons based on results of a SQL Request and the delay of the results cause unfavorable showing and then hiding of the buttons. Trying to capture that the SQL Request has completed then invoke the rules

.

2 replies

Forum|alt.badge.img+7
  • May 5, 2017

Have you tried using a Calculation field to point at your SQL field and then use the rule on that Calculation field, instead of directly off the SQL field.


Forum|alt.badge.img+1
  • Author
  • May 5, 2017

I have the rule set on the calculated field already. The rule is applied before the SQL Request finishes then after the SQL Request finishes the rule is reapplied. This, depending on the result, cause the submit button to appear then disappear.