function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RiverChaserRiverChaser 

Incorrect Method Signature Using Create Trigger Wizard in Eclipse Toolkit

There seems to be a bug in the Create New Trigger wizard in the toolkit. When I selected the checkboxes for four events After Insert, After Update, After Delete, and After Undelete, I ended up with the method signature below. Note the lack of a comma between the first two events. Easy enough to fix manually, but I assume that it is not the design behavior.

trigger temptemp on Membership__c (after deleteafter undelete, after insert, after update) {

Is there another place I should report stuff like this? I didn't see anything obvious on the toolkit's info page or release notes. Or is here in the forum where it should be?

Don
pmorellipmorelli
The forum is a good place for this, we'll take a look.

Thanks.