For all columns in grids that display partner keys there is now an easy way to be formatted in a standard way with 10 digits and leading zeros. Please change your code to use the following methods if you see any grids that contain partner keys.
[]For grids that display columns defined in yaml files the Type of the column needs to be set to "PartnerKey" as shown in the following example.
grdDetails:
Columns: [UnitKey, ...]
CustomColumns:
UnitKey: {Label=Unit Key, Type=PartnerKey}
[/*]
[]For grids that are more complex and where the columns need to be added manually in the code use the method "AddPartnerKeyColumn" which will have the same effect as defining the type in the yaml file.[/][/list:u]