Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet

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
Verwerfen

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

Autor

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Sept. 23
2529
2
Sept. 23
2829
3
Dez. 24
6539
1
Okt. 24
1286
3
Apr. 24
2450