Skip to main content

Hi,

We have few domains with all Upper case and Initial Caps as case types. It works as expected in Windows GUI, but when i tried to add new row through Universal, the data is not changing to Initial Caps/Upper case based on domain case type. How do i make it reflect in Universal? Please advise.

Hi Usha, 

Case type setting is not supported yet by Universal GUI. We do have a User story on the Backlog but no indication yet when this will be available.


Thanks for the update Mark.

 


To make it work for now you can use a Default control procedure that does the Case typing for the column(s) 😄

F.e.: select @name = upper(@name) -- Upper case


Oh great! I would try it. Thank you :-)