S
Sri Harsha
Guest
Hi, Conditional Formulas are executed only on a page load and accordingly the "edit"/"delete" functionality is disabled as per the return value of the formula. Dynamic hiding of edit/delete actions is not possible. You may have to write server-side validation (using the created-at/updated-at field values) if you need to achive this. Or may be a trigger of type "Validate Record Data" by checking if the updated-at value is more than 10 minutes later of the main record. Hope this helps. Regards, Harsha.
Continue reading...
Continue reading...