Sales uses activities and when they mark them as completed they want that the date last edited would be updated.
So when they view CRM/Leads in list view they could sort on this date.
We want to update the field write_date on crm.lead when an activity is marked as completed.
I've already tried to create an automated action on type Lead/opportunity that is actived on modification of triggerfield Activities (crm.lead) to update field Last edited with a python expression write_date.time
This doesn't seem to work, what am i doing wrong?