I’d like to add the standard History (field tracking) related list to my Skuid detail page. In my particular use case, I’m working with a custom object. 1. I created a model which queries the History for the object in question and filtered it for the specific detail record. 2. I added a table and put the CreatedDate, CreatedBy, ChangedField, OldValue and NewValue fields in it. The challenge is that the “ChangedField” field doesn’t display at all. 3. So I created a custom field renderer (in-line snippet) to convert the value to TEXT: var field = arguments[0]; var value = arguments[1]; skuid.ui.fieldRenderers.TEXTfield.mode; Now, however, the column displays the API name of the field that was changed. I’d like to display the friendlier LABEL instead. Any ideas how to accomplish this?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.