SObject missing common fields (Id, Name, CreatedDate, etc.)

Issue #53 resolved
Scott Wells repo owner created an issue

During OST generation, the common SObject fields are "moved" from standard and custom SObject types to the base SObject Apex class to facilitate polymorphic usage through the shared base class. Unfortunately while these fields are removed from the concrete SObject type classes, they're not currently properly added to the shared base class.

I already have a fix for this that I plan to release this evening. This issue is just a placeholder to help shepherd that fix into the release.

Comments (1)

  1. Log in to comment