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

Hello All,

How Can I change the stage name in CRM  using code ?

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

Hi,

The following code helps to Change the Stage Name 'New' to 'Intial'
For example:

Stages = self.env[;crm.stage'].search([('name','=','New')]) 
Stages.update{ 'name':'Intial' }

 This code will help to change the stage name New to Initial

Regards

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أبريل 20
4506
0
مارس 25
889
1
سبتمبر 24
1554
5
يوليو 24
14903
1
يونيو 24
1297