Execution order with the Load() function

Following on from my earlier post around the now() function in an expression rule, I'm starting to experiment with the art of the possible.

We have various web services that are called from UI screens - some are quite quick and others are quite slow, and we're trying to measure the performance of the services being called within our IT estate.

Can someone confirm that when a UI interface loads, if the statements within the LOAD ( ) are executed in the sequential order they are written ? ie top to bottom and not re-evaluated ?

Thank you

Paul

OriginalPostID-223568

OriginalPostID-223568

  Discussion posts and replies are publicly visible

Parents
  • @paulc Added to what @tim.clarke has said, here is a line from documentation about execution:

    "A local variable's value is only calculated the first time the expression is evaluated and is then loaded back into the expression each time the expression is evaluated again within the same context. For SAIL interfaces, the context ends once the user navigates away from the SAIL."
Reply
  • @paulc Added to what @tim.clarke has said, here is a line from documentation about execution:

    "A local variable's value is only calculated the first time the expression is evaluated and is then loaded back into the expression each time the expression is evaluated again within the same context. For SAIL interfaces, the context ends once the user navigates away from the SAIL."
Children
No Data