Load a GlideList Field Unlocked
December 14, 2018
Tags: form glidelist unlocked unlock
List fields on forms can be clunky when they’re used for heavily used fields. Sometimes it may make it easier to load the field in it’s unlocked state to improve usability.
This requires a dictionary attribute on the list field you want to keep unlocked.
1) Right click the list field’s label.
2) Append your new attribute start_locked=false
3) Result