Visitor__c newVisitor = new Visitor__c (); newVisitor.Name = 'John Smith'; newVisitor.Identifier__c = 'john@somewhere.com'; insert newVisitor;