You need to sign in to do that
Don't have an account?
Rule Criteria Question
Hi All
Im trying to set a workflow rule criteria using the formula.
Im trying to check in contact standard object that if Course__C (which is a llook up of the course custom object) if it contains the lookup (that is its not blank, then the workflow should be triggered
how do i go about this?
Im trying to set a workflow rule criteria using the formula.
Im trying to check in contact standard object that if Course__C (which is a llook up of the course custom object) if it contains the lookup (that is its not blank, then the workflow should be triggered
how do i go about this?
Course__C != null
All Answers
Course__C != null
That was what i was after
Regards