Using Record Object Outside of Components
It seems as if you can create Record objects and use their methods outside of Components (e.g., within an Application Engine PeopleCode step, create a record, populate it, then call (your object).Insert();), however I haven't seen this documented anywhere. Is this acceptable/normal use?
0