Customize oData table headers
For example, my Business Services table looks like this:
I would like to rename it to something like "Owner" instead. I am under the impression that this could be done using the custom template but I didn't manage to do it.
<tr data-uid="#: uid #"> <td>#= (DisplayName) ? DisplayName : '' #</td> <td>#= (OwnedByOrganization) ? OwnedByOrganization : '' #</td> <td>#= (Priority) ? Priority : '' #</td> <td>#= (Classification) ? Classification : '' #</td> <td>#= (ObjectStatus) ? ObjectStatus : '' #</td> <td>#= (OwnedByXSystem_ConfigItemOwnedByUser_DisplayName) ? OwnedByXSystem_ConfigItemOwnedByUser_DisplayName : '' #</td> </tr>Any suggestions?
Thanks
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Hi @Marc-Andre_Lafleur
This has been confirmed as a bug, I am awaiting a release date of the fix.
Geoff5
Answers
This should be possible with a localisation using the full column name a the key. However, I've just tested it and it actually doesn't seem to work for me.
Let me check with the Cireson Support Team and get back to you.
Geoff
Thanks
Sorry for the delay, i'm still investigating.
This has been confirmed as a bug, I am awaiting a release date of the fix.
Geoff