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
Anindya Halder 6Anindya Halder 6 

Time dependent workflow action

Can anyone please tell me the answer with explanation :-

1. In a recruiting application a position that is of type critical should not be kept open for more than 14 days. How will you develop the business logic to cater to this?
a. Time-dependant workflow action to send an e-mail to the owner after 14 days
b. Time-dependant workflow action to send the record for review to owner after 14 days
c. Time-dependant workflow action to send an e-mail to the owner before 14 days
d. Time-dependant workflow action to close the position after 14 days

I thought the option will be to close the position after 14 days.
Amit Chaudhary 8Amit Chaudhary 8
d. Time-dependant workflow action to close the position after 14 days