Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
845 Vues

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
Ignorer
Meilleure réponse

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



Avatar
Ignorer
Publications associées Réponses Vues Activité
3
mai 25
1848
1
avr. 25
1379
3
sept. 24
14341
0
sept. 24
1391
0
mai 24
26