0

I have created time dependent workflow for field update with Condition

If date>=today 

Suppose if I update the field today then Time Base workflow logs shows that it will run 9/26/2016 12:00 AM.

My question is Date 12:00 AM is already passed then how will the TimeBbased workflow update the records.

4
  • Salesforce evaluates time-based workflow on the organization’s time zone, not the user’s. Can you check the Org's timezone? Commented Sep 27, 2016 at 7:04
  • (GMT-07:00) Pacific Daylight Time (America/Los_Angeles) its org time zone and my logs showing schedule date 9/27/2016 12:00 AM Commented Sep 27, 2016 at 7:09
  • PDT is now 12:11 AM now, so it should get executed. Can you still see pending action in time based workflow monitoring queue? Commented Sep 27, 2016 at 7:13
  • That's great. I am putting this as an answer. so that some one who face the same issue can be benefited. Commented Sep 27, 2016 at 9:27

1 Answer 1

1

Check Considerations for Time-Dependent Actions and Time Triggers

Salesforce evaluates time-based workflow on the organization’s time zone, not the user’s. Users in different time zones might see differences in behavior.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.