Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
843 Visninger

Hello, I would like to know how, through an automated action, I could convert a field to uppercase and have it saved this way in the database.


Avatar
Kassér
Bedste svar

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

record['x_studio_name'] = str(record.name).upper()



Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
maj 25
1846
1
apr. 25
1379
3
sep. 24
14341
0
sep. 24
1390
0
maj 24
26