-
How Will the Default value be applied to a new record created by apex in Salesforce?
There is a custom Object named “Training__c” which has field “Trainer__c”. I have set some default value in that field. I want to know if that default value will be applied to new record created by apex code , if yes than please explain me how?
Log In to reply.