i have the following situation...
Account entity has 2 feilds: bot1 and bot2. i need a formula to make a workflow that if bot1 drops below '0' it creates a quote, and then create additional quotes based off of bot2
So lets say i have an account who has 5 in bot1 and 5 in bot2. then i change bot1 to -1
it would create a quote. then would not create another quote until bot1 reached the number in bot2 each time. sequintially.
so each time bot1 passed the number in bot2 it would make a quote
Account entity has 2 feilds: bot1 and bot2. i need a formula to make a workflow that if bot1 drops below '0' it creates a quote, and then create additional quotes based off of bot2
So lets say i have an account who has 5 in bot1 and 5 in bot2. then i change bot1 to -1
it would create a quote. then would not create another quote until bot1 reached the number in bot2 each time. sequintially.
so each time bot1 passed the number in bot2 it would make a quote
Comment