跳至內容
選單
此問題已被標幟
1 回覆
3709 瀏覽次數

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
4月 20
5074
2
8月 25
1887
1
9月 24
2135
5
7月 24
16015
1
6月 24
1850