MObject.apex

  • Docs
  • Tutorials
Docs Menu
  • MObject
  • MObject.Funcs
    • Funcs
  • MObject Instance
    • Creation Methods
    • Methods

MObject.Funcs Guide

Func objects in MObject

MObject.Funcs Reference

Here is the reference of the Funcs from MObject.apex. You can use these Funcs in the way below:

MObject mo = (MObject)MObject.F.create.run(new Pricebook2(Name='test'));

Contribute on Github! Edit this section.