You need to sign in to do that
Don't have an account?

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
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
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