Save as Draft button is hidden for HR Catalog Items in HRM Catalog Item WidgetDescriptionWhen filling out the a form in the HRM Catalog Item widget, the Save as Draft button is not available when configured with an HR Catalog Item.Steps to Reproduce 1. Go to /esc?id=sc_cat_item&table=sc_cat_item&sys_id=1bc78de49f331200d9011977677fcfae (OOB demo data, this is the "General Benefits Inquiry" Catalog Item)2. Observe that there is no "Save as Draft" button available.Expected Behaviour:Save as Draft button should be availableCurrent Behaviour:Save as Draft button should is not availableWorkaround1. Navigate to sys_script_include.list and open the record with sys_id = 9e0a0e9373a75300c629e1e54cf6a7cd.2. In the script, remove the line of code where: p.hide_save_as_draft_button = 'true';3. Once this is removed, save the script include record. After these steps, the save as draft button should be shown for HR Catalog Items in HRM Catalog Item WidgetRelated Problem: PRB1893416