تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
821 أدوات العرض

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.


الصورة الرمزية
إهمال
أفضل إجابة

Like this:


str(record.name).upper()   

or if you use the "Execute Python code" option

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



الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
3
مايو 25
1831
1
أبريل 25
1369
3
سبتمبر 24
14312
0
سبتمبر 24
1387
0
مايو 24
26