Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Behaviour to change text to uppercase

Rob B
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 15, 2023

Hi,

Is there a behaviour to change a customer text field to uppercase?

Thanks

Rob

1 answer

1 accepted

1 vote
Answer accepted
Rob B
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 15, 2023

I found it myself sorry....

def myField = getFieldById(getFieldChanged())
String myFieldValue = myField.getValue()

myField.setFormValue(myFieldValue.toUpperCase())

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.13.1
TAGS
AUG Leaders

Atlassian Community Events