Skip to main content
Solved

Domain case types are not reflecting in Universal

  • November 4, 2022
  • 4 replies
  • 47 views

Forum|alt.badge.img+3
  • Warrior
  • 29 replies

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.

Best answer by Mark Jongeling

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

This topic has been closed for replies.

4 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • 4050 replies
  • November 4, 2022

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.


Forum|alt.badge.img+3
  • Author
  • Warrior
  • 29 replies
  • November 4, 2022

Thanks for the update Mark.

 


Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • 4050 replies
  • Answer
  • November 4, 2022

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


Forum|alt.badge.img+3
  • Author
  • Warrior
  • 29 replies
  • November 4, 2022

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