There is a caching mechanism implemented for Lookup to improve the performance of the eForm loading. The caching is applicable for the current session (until the form is submitted) and for the exact same query. If the query change (where clause value change), Auto Lookup will retrieve new values. The way it works is that…
Tag: Caching
Setting up cache duration of static files and API data in AgilePoint NX
Usually there are 3 kind of files involved in caching The static content like HTML, JavaScript, CSS, Images etc. It is the WebServer (IIS in this case) which decides what will be cache duration and is configurable. AgilePoint REST Â API Data: There are things like form definition, lookup def, library etc. which are not changing…