$.post( ajaxurl, data, function( response ) {
                if ( true === response.success ) {
                    updateSalesforceUserSummary();
                    $( '.salesforce_user_ajax_message' ).width( $( '.mapped-salesforce-user' ).width() - 27 );
                    $( '.salesforce_user_ajax_message' ).html( '<p>This object has been pushed to Salesforce.</p>' ).fadeIn().delay( 4000 ).fadeOut();