Posts

Showing posts with the label initialize

Salesforce Fact #671 | Custom wrapper initialization

Image
Unlike Sobjects, custom apex defined wrapper types cannot be initialized with name=value pairs. Note: However, parameterized constructor would work. Attached are the screenshots.