We recently ran into a couple problems in regards to case sensitivity when going live with a customer. What is NW DataItem level support for uppercase only? Are we expected to always evaluate lower and upper case within our code? Our concern is if we’re having to write uppercase conversions as code as we’ve often had to do in the preledger and other APIs it will pollute the code base.
For context: one example was importing an address lowercase rather than uppercase and hitting bill to validation errors. Another example is erroring for an invalid VIN on a vehicle because it was lowercase rather than upper.
@ellen.kaufman For Text data items, there is a Capitalization Rule field available that you can set to Uppercase only or Lowercase only. Could it be a possible solution to any of the issues you’re experiencing?