Create a Screen to allow Admins to customize any screen Label globally

Issue No: FRM-4157
Created 12/27/2016 5:59:06 PM
Type Feature
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1
Description Several customers including JDE have certain names they use that is different from some of our labels. They need a way to globally rename our labels to better match what they are used to.   We currently have a way to do this in the Control Permissions but it does not work on grid columns and it's very time consuming to configure. Instead we will create a new screen that can allow an Admin to quickly and globally rename any label in screens and grids throughout the i21 screens.   # Remove the Custom Label column from the Control Permissions screen. # Create a simple screen with a 2-column grid that allows an Admin to pick an existing Label and replace it with a Custom Label. # The Label Name column will be a combo box that lists every single label only once without any duplicates. # The Custom Label field will be a text field to enter the custom label name.   !pastedImage_d67693_0.png! *Example Usage*   Select “Customer” in the Label Name column and then in the Custom Label column enter a new label name of “Customer ID”.   Then no matter what screen opens, if it has any labels on it that are “Customer” it would rename all those labels to “Customer ID”. It looks like we can target the HTML class *x-form-item-label-text* for the controls and *x-column-header-text-inner* for the columns to do that easily.   !pastedImage_d67693_1.png!