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

Hi all, 

I want to call a funtion in the python interface-python code of an automated action.

The Issue: the method is part of another model, the Automation runs on Model crm.lead and the function is part of custom module crm.task.wizard.


How do I call create_task() from crm.task.wizard from the automated action? (see picture->doesnt work)




Thanks in advance!!

Friedrich

Avatar
Abbandona

I would try this
for record in records:
record.action_create_task()

Autore

Hi Jaideep,
thank you but I decided to use the 'create a record' execution to stay more adaptable to process changes!
Thank you

Post correlati Risposte Visualizzazioni Attività
0
set 23
2483
2
set 23
2762
3
dic 24
6450
1
ott 24
1220
3
apr 24
2349