You are viewing limited content. For full access, please sign in.

Question

Question

Forms 11 Update 4 Known Issue: (397025)

asked on August 24, 2023

Forms Team JS Filter variable declaration error when test the filter/run the filter multiple times (397025)

The client is requesting more information regarding the impact of this new issue that comes with Update 4. Raising concern of JS Filter being ran multiple times per instance, reused in the same instance, and having multiple instances using the filter.

Also asking what is the frequency of error?

0 0

Replies

replied on August 27, 2023 Show version history

If your script uses let/const to define variables, please replace them with var. Otherwise you are not affected by this issue.

 

In order to improve the team filter's performance, we reuse the script engine, so these variables using let/const cannot be defined multiple times.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.