Custom Tab - Values for additional custom fields added are not saving in the database

Issue No: FRM-4386
Created 1/25/2017 2:44:03 AM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version 17.1
Description *Issue:* Custom Tab -- Values for additional custom fields added are not saving in the database   *Steps to replicate:*   1. Go to System Manager -> Custom Tab Designer and create custom tab with the following details:   * Screen Name: Item * Module: Inventory * Tab Name: Custom * Layout: 2 Column   2. Add a field on the grid with the following details:   * Control Name: Test TextBox * Type: Text Box * Flex: 1 * Location: Column 1   Click Save then click Commit.   3. Go to Inventory -> Items and open an item.   4. Go to Custom Tab and add a value to Test TextBox field. Click Save.   5. Close the item and reopen. Check if the value for Test TextBox was saved then close the item.   6. Go back to System Manager -> Custom Tab Designer and click on the Custom tab created in Steps 1 & 2.   7. Add a new control with the following details:   * Control Name: Test Combobox * Type: Combo Box * Flex: 1 * Location: Column 1   8. Click 'Create' button in Action column then add the following values:   1   2   3   Click ok from Combobox Values Screen   9. Click Save then click Commit.   10. Go to Inventory -> Items then open the same item in Step 3.   11. Go to Custom Tab and add choose a value for Test Combobox.   Click Save.   12. Close the item then reopen. Check the value for Test Combobox.   Notice that the value for Test Combobox is not saved. *Acceptance:* values for additional fields in Custom Tab should be saved in the database (tblSMFieldValue)