Skip to content

cdelfattore/apex-enterprise-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apex Enterprise Pattern Samplecode

This repository contains examples of the Apex Enterprise patterns.

RecordTypes

Apex class used to provide an interface for interacting with the Schema class when trying to get record type ids for objects. In long running apex processes, it seems to be better to minimize the amount of times the Schema class is called. When gathering record type ids for an object store all the record type ids, instead of just accessing the ones you need at a time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages