Add up to nine slots in Redwood Header and specify limit to truncate long values

You can now add Badge field and up to 9 fields on the Headers. Also, you can specify a character limit so that long value fields get truncated and fit well within the page width. Mouse over will show the complete values.

This feature allows more data to be displayed on the header. The truncation helps keep the header look organized.

Steps to Enable

You don't need to do anything to enable this feature.

Tips And Considerations

If you pass {'headerTruncation': {'enabled': true}} in the "context" parameter, the header items values will be truncated with default character limit of 40.
If you pass {'headerTruncation': {'enabled': true, 'charLimit': 43}} in the "context" parameter, header items values will be truncated with character limit of 43.