Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3346 Visualizzazioni

Hello All,

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

Avatar
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
apr 20
4695
2
ago 25
1336
1
set 24
1690
5
lug 24
15245
1
giu 24
1464