Skip to content

Commit 75420d8

Browse files
committed
improved read me
1 parent 452ffcf commit 75420d8

File tree

1 file changed

+11
-1
lines changed
  • Server-Side Components/Background Scripts/Form Field Count

1 file changed

+11
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
This background or fix script will list forms that have more than a certain number of fields (starting threshold is 30, but can be changed on line 2). It looks through all form sections, and excludes container starts and splits. Forms / sections with more than 30(?) fields will appear on the Health Scan / Impact report as a possible performance impact, causing the form to take a noticeable amount of time to load.
1+
## Description
2+
3+
Analyzes all forms in the instance and reports any with field counts exceeding the threshold (default: 30 fields). The script counts fields across all form sections and excludes container elements like splits and container starts.
4+
5+
## Usage
6+
7+
1. Navigate to **System Definition > Scripts - Background**
8+
2. Copy and paste the script code
9+
3. (Optional) Modify `maxFields` variable to set your threshold
10+
4. Click **Run script**
11+

0 commit comments

Comments
 (0)