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

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
4718
2
ส.ค. 25
1406
Deleting wrong stage in CRM แก้ไขแล้ว
1
ก.ย. 24
1728
5
ก.ค. 24
15351
1
มิ.ย. 24
1526