Advanced Developer Certification, DEV 501 Quick Points Part-II
The apex array is dynamic, but java array is static If field history is enabled for an object the data which is getting stored in field history will be anyType. Enum data type methods: ordinal():- returns the position of item in the list Name():- returns the name of the enum item as a string values():- static method that returns the list of values SaveResult object has 3 methods . Id getId() List<Database.Error> getErrors() Boolean isSuccess() If the DML operation contains only one record we can use saveResult instead of list<SaveResult> External field contains externalid attribute. Execution of setsavePoint(), rollback() counts against the total number of DML statements. You cannot add isdeleted flag into page layout. Trigger by definition will not receive more than 200 records in trigger.new Each DML statement can only operate on one type of SObject at a time. Merging limited to 3 records at a time and its limited to leads, accounts, contacts. If there are ...