You need to sign in to do that
Don't have an account?

Workflow Issue: Isblank(Meeting_Date__c)=False
I am trying to update a field when the Meeting Date is entered. I have my workflow criteria to
isblank(Meeting_Date__c) = False
And I tried
isnull(Meeting_Date__c) = False
My workflow will not trigger.
Any ideas?
Try
or use the Filter Criteria editor instead of the Formula Wizard and select
Field: Meeting Date
operator: [not equal to]
value: <blank>
All Answers
Try
or use the Filter Criteria editor instead of the Formula Wizard and select
Field: Meeting Date
operator: [not equal to]
value: <blank>
Hi,
Below is the Formula
If ( isblank( Meeting_Date__c ) ,'meeting Date is blank', 'meeting Date is not blank' )
Thanks,
Arunraj
@WPCMS Did either of these work for you or do you still need help?
@WPCMS can you let us know if you're all set or not?
are you all set or do you still need help with this?