From the Sales Mobile App and only if you click the + sign at the bottom middle of the form > it shows ActivityID is required. We want to know how to create a task by turning-off the ActivityID field
ActivityId field is showing required/mandatory and we want to know how to turn off the requirement. The task cannot be created without the ID filled and users don't want to fill this as its not useful.
When we tested in Web browser the field doesn't appear.
We looked into other forms for the Task entity and this field is not on a single form. In addition, this same field appeared on the 'Phone call' and 'appointment form' on the Sales App. I was able to resolve this by making that activityID field optional. However, that is not an option with Task creation.
Ask - Users wants to click the + sign and create a task without having the mandatory activityID field.
Looking for suggestions.