Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3165 Tampilan

Hello All,

How Can I change the stage name in CRM  using code ?

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Apr 20
4502
0
Mar 25
888
1
Sep 24
1552
5
Jul 24
14901
1
Jun 24
1289