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

How to Block existing record
Hi All
Is there any way to block (non editable )all existing record of one custom object after some specific date.
Is there any way to block (non editable )all existing record of one custom object after some specific date.
If this works, kindly set as best answer
All Answers
Mar as best answer if this solves your needs
I have tried to implement this but after that i have got error from another trigger which i have written.i am getting error when i am going to craete record like this
Review all error messages below to correct your data.
Apex trigger Tax_Calculation caused an unexpected exception, contact your administrator: Tax_Calculation: execution of BeforeInsert caused by: System.DmlException: Update failed. First exception on row 1 with id a0ZO000000KWIXQMA5; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, You cannot modifiy this record.: []: Trigger.Tax_Calculation: line 115, column 1
- modify the query to select only the quotes created today
- bypass the trigger for the quotes of CANADA.
Tell me what you think
If this works, kindly set as best answer