Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×My form has a lot of logics when loading, about 10 second complete loading
When user edit the record, they can change the content of field suppose to be read only
Is there any way can avoid that, like disable the form with a progress bar before the form is completely loaded ?
It is not good if your form loading takes so long.
There is no way to do it with Behaviour tricks like reordering server-side scripts or creating additional Behaviour, because ScriptRunner completes the computation of all Behaviours related to the current scope and only after applies UI-changes.
First of all, I would recommend simplify your logic to decrease loading time or remove your field from the edit screen.
As a secondary, non-standard method, you can use ScriptRunner Fragments and their web resources to make your field read-only manually using JavaScript, or you can use another plugin that provides such tools.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.