Record producer variables are returning "undefined" instead of an empty stringDescriptionWhen a record producer with a variable of type Yes/No or Multiple Choice with 'none' included is used to produce a record, the variable returns "undefined" instead of an empty string.Steps to Reproduce Note: This issue does not always occur because the same file exists in two different plugin. Which file is loaded depends on the activation of the plugin. To reproduce: Navigate to Service Catalog > Record Producers. Click New and create a new record producer on sc_request table or sc_req_item table. Right-click in the form header and choose Save. Under Related Links, go to the Variables tab and click New. Use the following values for the variable: Question: [Placeholder text] Name: short_desc Type: Yes/No variable In the Type specifications tab, select the Include none checkbox. Click Submit. In the What it will contain section, add the following to the Script field: current.short_description = 'short_description: ' + producer.short_desc.getDisplayValue(); Click Try it, select None from the drop-down list, and click Submit. Note that the short_description of the new request/requested item is "short_description: undefined" rather than no text. WorkaroundThere is no known workaround for this issue. To receive notifications when more information is available, subscribe to this Known Error article by clicking the Subscribe button at the top right of the article. If you are able to upgrade, review the Fixed In field to determine whether any versions have a permanent fix.Related Problem: PRB713494