跳至内容
菜单
此问题已终结
1 回复
3192 查看

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
4520
0
3月 25
897
1
9月 24
1563
5
7月 24
14922
1
6月 24
1310