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
NickNick 

Apex Toolkit Merge Field wizard is missing API and SControl values

I'm using the Apex Toolkit for Eclipse to create an SControl (mtbclimber/Andrew said to post the question here instead of Apex Code Development).
 
The Merge Field wizard is missing some important things, most notably the API and SControl (not to be confused with $SControl) families. Am I missing something, or can these be added?
 
Regards,
Nick
DevAngelDevAngel
It's likely that there are some items missing and some that should not be included.  We don't have a nice metadata call for merge fields like we do for standard and custom objects.  This means I take a stab and compile and relase, while in the mean time we could add or remove something from the list of merge fields, and voila!, the toolkit is out of date.

I will try to bring it up to date this week.


Cheers
Ron WildRon Wild
Dave,

Just fyi - I found that the eclipse "merge field" feature seem to be missing the "RecordType" field on several of my custom objects.

Thanks,