Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3230 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
4561
0
mar. 25
925
1
sept. 24
1586
5
iul. 24
15015
1
iun. 24
1339