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
kittu9kittu9 

Based on the Task status field have to check the another field value in another object

Hi,

 

 If task status is "completed" want to check the corresponding object record type value.  Eg: "Employee" have to check the field value like Emp type is "Contract" or "Permanant" 

 

How it is possible in work flow? can any one help me on this

souvik9086souvik9086

Hi,

 

I think it is not possible through workflow to update other object fields on update of task. You can write a trigger to perform that.

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks

souvik9086souvik9086

Another thing,

 

If that object has lookup on Task,then you can do one thing. You can create a workflow rume on that object, where you can check in the Rule Criteria that when Task status = 'Completed' then do something on that object fields.

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks