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
Static DevStatic Dev 

Field update depending up on roll up summary fields values

Hi,

Can you please tell is this possible through WFs or Process Builder without code

The thing i am trying is i have two roll up summary fields on account which looks up on opp object. I am trying to create a new pick list value on account, Which should be updated based on the values of two roll up summary field values.
Say rollup summary fileld value is A, Then the new picklist value should be Z i.e. basesd on rollup values picklist value should be updated.

Please let me know how can that be achieved.

Thanks in advance.
Ajinkya1225Ajinkya1225
Hi Static,

You got it right! This can be acheived by using both- WorkFlow and ProcessBuilder. For this particular scenario, I would suggest using WorkFlow as it is very matured and easy to use. The process builder is a big tool, and it is as good as writing a pseudo code. You should use it for more complex operations.

We don't use sword for a pillow fight :)

Please upvote and mark this answer as solved, if it helped you.
Cheers!
Ajinkya Deshmukh