The deselectAll function has (<value>) in it, and I can't save the script.
Steps:
- Navigate to the user input scripting section of a field.
- Make sure Script Builder is displayed.
- Drag "deselect" over.
- Select the "DeSelect All" option.
- Select a field, obviously.
- Click "Done".
Bug:
The function is inserted as:
FieldName.deselectAll(<value>);
When I click "Save Script", it errors out at that line.