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
vandana rajuvandana raju 

validation & workflow--field update

Hi
I am newbie to workflow and validaton rules.
In CASE object , I have a custom field as SuppliedCompany. The value in this field should be "somecompany" whenever the CASE record is created or edited.

How to achieve this using validation rule and workflow rule. In worklfow I am not clear in formula editor what to give.

Pls suggest .
Thanks
Vandana
Nayana KNayana K
Use workflow field update and select SuppliedCompany field (I hope this is text field) and just write the name of company in formula editor in double quote. Say, "somecompany".