Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3339 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
4690
2
Agu 25
1323
1
Sep 24
1684
5
Jul 24
15224
1
Jun 24
1444