Question
or or not condition in record visibility
I want to show record when task status not equal to
1,Completed
2.Rejected
3.Cancelled
should I used or () , or not() conditions.
I think or() should apply because at a time only on status come in task status not all status come
