Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
850 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
1858
1
apr. 25
1385
3
sep. 24
14356
0
sep. 24
1396
0
maj 24
26