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
joe27joe27 

need help plz

i all

 

i need another validation rule for a picklist

 

i have a weekly value field and a weekly value reason field

 

i would like to auto populate the weekly value reason field ,if the weekly value field is greater than 0

 

thanks in advanced

joe

 

 

 

 

Madhan Raja MMadhan Raja M

HI Joe,

 

You cannot use Validation rule to auto populate the value, instead use Workflow and Field update event to populate the weekly value reason field. Once the record is saved, the weekly value reason field will get updated through Workflow.

 

Madhan Raja M

sourav046sourav046

Yeah exactly you cannot use validation rule for that instead you can use workflow with field update .

So that after saving even if you dont put any value in weekly value reason field it will autopopulate.

 

But I think what you  want is before saving when you select some value greater than 0 in weekly value field ,you want to see some default values in weekly value reason,which in case if you want can change .

Is that what you want ?