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
amritamrit 

Time dependent workflow is not working

Hi,

 

I have created a time dependent workflow .

The rule criteria is NOT(ISBLANK(Closed_Date__c)) && (TODAY() <= Closed_Date__c) && OR(NOT(ISPICKVAL(Stage__c , 'RFP_Status_Won')),NOT(ISPICKVAL(Stage__c , 'RFP_Status_Lost')))

 

Closed date is date field which is updating through other workflow.it will calculate as Bid date+60

 

Here time dependent workflow will only work when deactivate other workflow.But i cannot deactivate the other workflow on closed date .Is there any solution for this

 

Best Answer chosen by Admin (Salesforce Developers) 
amritamrit

Hi souvik,

 

 

Normal workflow causing field update in closed date .Once closure date is updated and opportunity stage doesnt won or lost on or before this date then stage will update as unknown,.

I got a solution . .I have checked Re-evaluate Workflow Rules after Field Change   in first workflow actions.

Now it s calling timedependent workflow and updating stage as unknown

 

 

 

All Answers

souvik9086souvik9086

Is the other workflow time dependent or normal?

 

Just make sure you maintain the order which to fire first. Although for two normal workflows, you cannot handle the order of execution.

 

https://success.salesforce.com/answers?id=90630000000gn44AAA

 

If the post helps you please throw KUDOS.

Thanks

Tejpal KumawatTejpal Kumawat

Hi amrit,

 

As per your statement " time dependent workflow will only work when deactivate other workflow" , so there are Your Workflow will be override by others one in term of Contex .

amritamrit

Hi,

 

Other workflow is normal one.

 

Tejpal KumawatTejpal Kumawat

Hello Amrit..

 

Try to 'ISNULL' instead of 'ISBLANK' , if it would not work provide your other one Workflow also..

souvik9086souvik9086

Just a query!

 

Is the time dependent workflow causing a field update? If so then during field update it will call the normal workflow again and it may cause some issue there.

 

Thanks

amritamrit

Hi souvik,

 

 

Normal workflow causing field update in closed date .Once closure date is updated and opportunity stage doesnt won or lost on or before this date then stage will update as unknown,.

I got a solution . .I have checked Re-evaluate Workflow Rules after Field Change   in first workflow actions.

Now it s calling timedependent workflow and updating stage as unknown

 

 

 

This was selected as the best answer
amritamrit

Thanks for your reply. It is working now

Ashish_SFDCAshish_SFDC

Hi Amrit, 

 

Thats great to know, please accept the Best Asnwer as Solution. 

That will mark the post as Solved and Also help someone in need in future. 

 

Regards,

Ashish