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

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
2007
1
أبريل 25
1503
3
سبتمبر 24
14532
0
سبتمبر 24
1454
0
مايو 24
26