You need to sign in to do that
Don't have an account?
Dhairya
Time Based Workflow Rule
Hi,
The scenario is we are capturing fulfillment date at Opp. product level. [which is coming from ERP]
i.e. Qty 1(05-DEC-2010) Qty 4(08-DEC-2010) this is a text field (fulfillment_date__c) in SFDC
Now, based on this field date workflow rule fire on that date and assign a task.
Appreciate your help.
Dhairya
Hi
Create a filed fulfillment_date__c as Date filed. and in the time dependent workflow create time trigger as 0 days after fulfillment_date__c.
Finally add action as Task.
Thanks,
Kodisana
Thanks for reply.
But workflow rule will not work bcoz number of date we are receving may vary opp. to opp.
i.e. Opp with 5 products may have Qty5 (11-dec-2010) or Qty2 (11-dec-2010) Qty3 (16-dec-2010) or Qty1 (11-dec-2010)
Qty2 (14-dec-2010) Qty2 (16-dec-2010).
So, creating single date field not work.
and also a single text field value which contains two dates how i goona store two values in formula and update fields with it.
Appreciate your response.
Thanks,
Dhairya