I’ve got a custom field that is Int64. It’s holding a key value from another application. It’s correctly stored in the DB as 16 digits, but the UI only displays 14. This was the same in Classic UI, but I could force it to use display as a string and all was well (it’s rarely if ever entered by anything than the integration code or an Admin, so digit checking not important.)
I was *hoping* that modern UI would ditch the 14 char limits, but seems like no. How do I make modern UI display all the digits?
Thanks in Advance!