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

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
4506
0
3月 25
889
1
9月 24
1554
5
7月 24
14903
1
6月 24
1297