Install status field has few choices but not all of them are appearingIssue In the install status field on the computer table, some of the choice values are not appearing in the dropdown.Example: Pending Install, Pending repair values are not appearing for the status attribute when any record in computer table, printer table, etc., is opened. But other choices like In Stock, In Maintenance, Stolen are appearing.CauseThe issue is because of a custom client script that is adding the choices on load of the form.ResolutionLook for any custom client scripts that are adding or removing the choices. Deactivate the client scripts or rewrite the script as per the business use case.Related LinksUsing the g_form.addOption method