Inline versus runtime functions

  • 26 November 2016
  • 1 reply
  • 26 views

Userlevel 6
Badge +16

Sometimes we remember about inline functions and runtime and use them on different parts of the design of our Nintex Forms, but we don't get the expected result by us, and sometimes it's simply because we haven't considered when they are executed.

 

The difference is that Inline functions are run when the form is loaded., although the Runtime Functions will run while you have the form open, changing a control 's value, so filling a text field will cause the Runtime function to evaluate again.

 

This is a simple reminder for me and you.


1 reply

Userlevel 2
Badge +11

With this knowledge in mind, would you recommend to use certain inline-functions in runtime formulas?? For example using fn-IsMemberOfGroup() in a Responsive Form variable?

This is for Nintex for SharePoint (on-prem). 

Reply