- Would it be good practice to use BF_App for storing static Application data (nothing sensitive) or is BF_App really only designed for BF usage and how much data is too much data to expect to store in the browser.
If we could store say 50k of data which changes only once or twice per year then we could eliminate thousands of simple validation lookups which currently have to go back to FMS and make things much faster as well.
- There seems to be two types of BF_App data - Permanent (which is setup in the BF editor and only gets downloaded once per login) and Temporary (which is setup in the app/FMS but which gets downloaded on each page refresh) - is there a function to programmatically update the Permanent data from within BF (or FMS) - which could be run periodically to update the static data when it does actually change.