Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3686 Vizualizări

Hello All,

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
apr. 20
5046
2
aug. 25
1884
1
sept. 24
2115
5
iul. 24
15997
1
iun. 24
1818