• Vignesh Murugesan 1
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi Friends,

I am facing some condition with workflow rule.
I have a workflow trigger "Evaluate the rule when a record is created, and any time it's edited to subsequently meet criteria" with condition as one of the flag field = 1. By default the value is 0. 
1. When i create a record it will not trigger as the flag is 0.
2. Im changing the flag to 1 from approval process initial submission action.
3. So the workflow executes the below. 
    3.1 Update XX field.
    3.2 Update above field back to 0.
4. Once the first approval step is complete, i am flipping back the flag to 1.
Expected result : Workflow to trigger.
Actual result : Workflow is not triggering eventhough the condition is true.
Dear Developers,

I am new to salesforce. I am facing a trouble in creating approval process steps.
I have a custom manager field for every user lets say "Field A".
While creating standard approval process i am selecting the next automated approver as "Field A".
In approval steps, i have an intermediate review before submitting to "Field A" approver.
Hence in step 1 i am selecting a common user as approver for all the requests.
Based on Step 1's approval action, i want next approver to be the "Field A" of actual record submitter. 
But the current situation is that it is looking the "Field A" of approver at step1 as it is showing "Field A of record submitter" but it should be "record creator". Please guide me to achieve it.

Regards,
Viki
Hi Friends,

I am facing some condition with workflow rule.
I have a workflow trigger "Evaluate the rule when a record is created, and any time it's edited to subsequently meet criteria" with condition as one of the flag field = 1. By default the value is 0. 
1. When i create a record it will not trigger as the flag is 0.
2. Im changing the flag to 1 from approval process initial submission action.
3. So the workflow executes the below. 
    3.1 Update XX field.
    3.2 Update above field back to 0.
4. Once the first approval step is complete, i am flipping back the flag to 1.
Expected result : Workflow to trigger.
Actual result : Workflow is not triggering eventhough the condition is true.
I want to create a Time-dependent workflow rule on Account object and this workflow should fire/run after 15 minutes of record's creation.

I try for this but when we used to give time for workflow trigger it does not give/support option to enter minutes, please help me how can i achive it?

Note: For this i do not want to use batch class.

Any idea, if any one have share it.

User-added image