What: Requesting to populate username in Konnect>Analytics>Requests >> consumer field instead of custom_id.
Below is how the current behaviour:
1: If we add custom_id to consumer, then analytics's consumer field will display custom id not consumer name.
2: If custom_id is blank for the consumer, then analytics's consumer field will display consumer name.
From the UI logic, as per our understanding, custom_id is given preference over username and only fall back to username when custom_id is null.
ee.Consumer = Ht(ui, "consumer", ["custom_id", "username"]),