Is it possible to turn off form autofocus? In Pro...
# general
b
Is it possible to turn off form autofocus? In Projects, we keep running into issues where people are messing up the Project ID because they go into another field before the page is fully loaded and start typing information in there. For example, the biggest issue is when the salesman goes in to update Project Terms to Net 30 or Net 60. They go to the dropdown and start typing Net 60 before the page fully loads and then after it finishes loading, the cursor jumps back to the Project ID field and they keep typing... see the screenshot for an example.
This happens a few times per week and it messes up cron jobs we have running that search projects on their project id via the suitetalk api, so we have to go in and manually fix these mistakes... all because of a form focus script that is loaded in the footer rather in the header
k
Couldn't you just turn off their ability to override numbering?
Or make the fields that would change that disabled before record load via workflow
b
@KevinJ of Kansas that field is manually set either by suitetalk or by the salesman. Some Projects originate in our software and some originate in Netsuite (as we work to transition many workflows to the ERP we built to Netsuite)
so disabling it outright is not an option
the problem is that there is javascript running a :focus that happens in the footer, rather than the header, so if it's a large record and takes a minute to load, it doesn't trigger early enough
the only thing I can think of is creating a clientscript that disables all form fields until the record fully loads