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
WJWJ 

Workflow Rule Field Update for Lookup Field

Does anyone know how to execute field update workflow rules against a lookup field? E.g., if a checkbox field A = true, then auto-populate field B to be "cccc" (to display "cccc" value). Currently, field B is not shown as one of the available field to be updated. I think it is because field B is a lookup type field. Thanks!
Chris_627Chris_627
It is because it's a lookup -- you can't do a field update on lookup fields. I believe the only way to get a lookup to update off of a checkbox would be to use a custom s-control or apex code.