You need to configure the trigger for account records.
Which expression should you use?
A.
ADDWEEKS(1, CreatedOn)
B.
ADDDAYS(10, CreateOn)
C.
SUBTRACTDAYS(10, Now())
D.
DIFFINDAYS(CreatedOn, now())
E.
DIFFINWEEKS(now, 1)
The Answer Is:
D
This question includes an explanation.
Explanation:
Scenario: A trigger must be created that changes the Priority field to 1 in the Account record 10 days after an Account record is created.
DIFFINDAYS (date and time, date and time): Returns the difference in days between two Date and Time fields. If both dates and times fall on the same day, the difference is zero.
Note: Whenever we talk about history, the bone of contention are the below four fields: