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
Hari N 14Hari N 14 

Picklist query

I have requirement like this

Cost    Picklist values total cost

When I selects some value from picklist values it should update in total cost filed.

Here Total cost is output label to store that total cost

Please answer me, its urgent

Thanks in Advance
  
Ketankumar PatelKetankumar Patel

Hi Hari, 

1) If both fields are on same objects then you can use workflow rule to update your total cost field using workflow. 
2) if both fields are not on same objects and objects are related though lookup then you can update your total cost field using process builder processes. 
3) you can also create your trigger to update your total cost field but this would be your last option.  
Hari N 14Hari N 14
Thank you very much Ketankumar