Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3186 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
4517
0
mar 25
894
1
set 24
1558
5
lug 24
14915
1
giu 24
1308