function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sudhIr NarayansudhIr Narayan 

Formula is not working

Hi ,

  I am adding a workflow rule on Lead. When Appoinment_Created_date is not null then update Lead Status to SQL.

  Updating am doing through field update. But below forumla is not working Please suggest me how to fix.

 NOT(ISBLANK(Appointment_Created_Date__c)) 

  I even tried NOT(ISNULL(Appointment_Created_Date__c))


Thanks

Sudhir

manhnt.bkitmanhnt.bkit
I think you have not active this workflow.

Manh
sudhIr NarayansudhIr Narayan
Hi,

 I have activated the workflow. 

Thanks
Sudhir
Dev.AshishDev.Ashish
Sudhir,
Lead Status if picklist field, as of now you can not update picklist field from WF rules. See this idea and support. https://success.salesforce.com/ideaView?id=08730000000Bpd7AAC
sudhIr NarayansudhIr Narayan
Thanks Ashish. I will swtich to trigger this must resolve my issue.