Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3781 มุมมอง

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
เม.ย. 20
5143
2
ส.ค. 25
2067
Deleting wrong stage in CRM แก้ไขแล้ว
1
ก.ย. 24
2235
5
ก.ค. 24
16189
1
มิ.ย. 24
1924