The data-types tag has no wiki summary.
1
vote
2answers
134 views
Pass parameters to constructor when using System.Type.newInstance()
I have created an Apex InterfaceFactory that the user can use to get an instance of a specified implementation of an interface. For this I use the System.Type class. The actual name of the class can ...
6
votes
1answer
462 views
Can you convert a Master-Detail relationship to a Lookup if it's referenced in code?
I've got a Master-Detail relationship on a custom object where the parent is the Account object. There are no roll-up summary fields on the Account object, and there are no formula fields on the ...