RESULTSET |
query |
|
ADDRESS |
CITY |
DATEADDED |
DATEENDING |
DUTIES |
DUTIESINTRO |
EXTERNALLINK |
ID |
JOBSTYPEID |
JOBSTYPENAME |
LOCATIONID |
LOCATIONNAME |
METROAREAID |
METROAREAID |
METROAREANAME |
REQUIREMENTS |
SHORTDESCRIPTION |
STATE |
TITLE |
ZIP |
ZIP |
1 |
[empty string] |
[empty string] |
2023-12-01 00:00:00.0 |
1900-01-01 00:00:00.0 |
[empty string] |
[empty string] |
[empty string] |
1551 |
1 |
Full-Time |
5 |
California - Northern |
321 |
321 |
Danville |
<p>Our client, one of the top ranked Real Estate Teams in Northern California as well as the United States, is seeking an Executive Assistant to join their prestigious and highly successful team in Danville, CA. This is an excellent opportunity to join a top producing team to advance your career in the Real Estate field with a collaborative team. They also offer competitive compensation! Apply today for immediate consideration!</p>
<p> </p>
<p><strong>Salary:</strong> From $85,000.00 per year</p>
<p> </p>
<h5><strong>Essential Functions</strong></h5>
<ul>
<li>Act as the main point of contact for the founder</li>
<li>Manage professional and personal scheduling for CEO, including agendas, mail, email, calls, travel arrangements, client management, and other company logistics</li>
<li>Respond to emails and texts as the founder</li>
<li>Ensure all documents are being stored and shared as needed with clients, mortgage brokers, appraisers, etc.</li>
<li>Be the liaison between clients and team</li>
<li>Prepare and coordinate delivery of client gifts</li>
<li>Coordinate listing input with co-list and enter all leads into CRM (FollowUp Boss)</li>
<li>Maintain professionalism and strict confidentiality with all materials, and exercise discretion when interfacing with the business</li>
<li>Monitor Monday.com to understand timelines. If you see data missing, be proactive to get it updated</li>
<li>Prepare listing presentations- work with agents to pull necessary comps and follow up with agents to ensure communications are continuing</li>
<li>Upload all important files/links in monday.com per the checklist and Complete systems setup section of monday.com for all new listings</li>
</ul>
<h5><strong>Minimum Eligibility Requirements</strong></h5>
<ul>
<li>3-5 years’ experience as a high-level executive assistant</li>
<li>Must be able to effectively manage, motivate, and retain employees</li>
<li>Has excellent organizational skills and attention to detail</li>
<li>Strong interpersonal and verbal/written communication skills required</li>
<li>Ability to think and act strategically, provide sound judgment</li>
<li>Is a collaborative team player who possesses a spirit of cooperation</li>
<li>Has an aptitude for learning different technology platforms</li>
<li>Must be able to creatively problem-solve, analyze unique situations, and implement solutions</li>
</ul>
<h5><strong>Preferred Skills/Qualifications</strong></h5>
<ul>
<li>Previous experience in the residential real estate industry supporting either a residential brokerage or a team of agents is preferred</li>
<li>Real estate license a plus</li>
<li>Experience with Monday.com and/or Slack a bonus</li>
<li>Prefer experience with Google Suite and Docusign</li>
</ul>
<h5><strong>Submit your resume TODAY for consideration!</strong></h5>
<p>-------------------------------------------------------------</p>
<p><em>JWilliams Staffing, Inc. An Equal Opportunity Employer M/F/Disability/Veterans.</em></p>
<p><em>Qualified applicants with criminal histories will be considered for employment in a manner consistent with Federal, state and local laws, including but not limited to local Fair Chance Ordinances.</em></p> |
[empty string] |
[empty string] |
Executive Assistant |
[empty string] |
[empty string] |
|
SQL |
SELECT A.ID, A.MetroAreaID, A.Title, A.Duties, A.Requirements, A.ExternalLink, A.ShortDescription, A.DateAdded, A.DateEnding, A.DutiesIntro, B.ID AS LocationID, B.Name AS LocationName, C.Name AS MetroAreaName,
C.ID AS MetroAreaID, C.Zip, C.City, C.State, A.JobsTypeID, JobsType.Name AS JobsTypeName, c.address, c.zip
FROM Jobs AS A INNER JOIN
JobsType ON A.JobsTypeID = JobsType.ID LEFT OUTER JOIN
MetroArea AS C ON A.MetroAreaID = C.ID LEFT OUTER JOIN
Locations AS B ON C.LocationID = B.ID
Where a.id = ? |