You need to sign in to do that
Don't have an account?

Fire the Trigger after few days
Hi,
I have a requirement where I need to update a field automatically after 15 days of since a note is created for that record. Can I achieve that using "After Trigger"?
Please advise.
I have a requirement where I need to update a field automatically after 15 days of since a note is created for that record. Can I achieve that using "After Trigger"?
Please advise.
This may not be achievable using Trigger as per my knowledge because trigger gets executed when a record is cretaed or edited and we cannot queue some action to happen after some days.
WE may be able to do this using recordtriggered flow and adding asychronous action.
Thanks,