You need to sign in to do that
Don't have an account?
davcondev
Database.upsert optional External Id parameter
What happens if I don't provide the optional External Id parameter for a Database.Upsert call?
Will an insert be performed?
Thanks in advance
Will an insert be performed?
Thanks in advance
Best Answer chosen by davcondev
Pat Patterson
The External_ID_Field parameter is not optional - see the docs (http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_database.htm#apex_System_Database_upsert).