Trigger Parsing Issues
The following keywords or lines my causes parsing issues under certain conditions. In some cases, by surrounding the error with a try/catch will eliminate the error.
Book__c[] books = Trigger.new;
* the issue with the 'new' keyword has been resolved in version 5.
Book__c[] books = Trigger.new;
* the issue with the 'new' keyword has been resolved in version 5.
Customer support service by UserEcho