GV
GV
@prastoin This issue still happens.
Yes, it is happening for me too.
@sapl-santhosh For create lead to work fine, you need to have "New" lead status. If you have changed "New" to something else, it will fail.
@sapl-santhosh I don't know how Product is linked to Lead in your setup. If you made any field mandatory in Lead, other than First Name, it is likely to fail.
Yes, I even face the same issue. I think we can raise a PR for this, there is Exotel python script, we can modify it ourselves, and send a PR...
You can create server script for CRM Call Log event, before save. This is the way you can avoid the errors. ```python allowed_statuses = { "Initiated", "Ringing", "In Progress", "Completed",...
If I perm level 1 to just one field, this issue is not happening. It looks like more of portal visibility issue.
The same issue is happening in Frappe cloud too.
> same issue from V1.40 [#730](https://github.com/frappe/crm/issues/730) > > as a workaround you can try activities Tab> New>make a call Oh great, I have a workaround now. Thank you. Much appreciated.