Skip to content

SMART 2.0 — job guide

SMART 2.0 is Smith Douglas’s browser-based line-of-business application (source repo: Workplace2020/). It shares the same database and user accounts as SMART 1.0 (desktop).

  • URL: https://thesmartbuilder.net
  • Not the company intranet — no HR news, no employee directory.
  • Many modules are a hub: launch desktop SMART for heavy work, plus web-only screens (contracts, land acquisition, land-dev invoicing, Excel imports, AgilePoint).
  • Service & warranty: see Service & warranty — division rollout varies while the web module matures.
AudienceStart here
Builders, sales, CSRs, land, accountingSign in & navigation → your module guide → Screen reference for individual pages
Admins / ITAdministration · Developer reference (Developer mode)
Future AI assistantEach page uses the same headings (screens, workflows, related concepts) so answers can cite one topic

SMART 2.0 is an ASP.NET Web Forms site. Authenticated pages use SMART2.Master for navigation. Each folder is a business area; many real workflows live in shared/ (contacts, contracts) even when you think of them as “Sales.”

https://thesmartbuilder.net/
├── login.aspx, Dashboard.aspx, ResetPassword.aspx
├── process-dashboard.aspx, ProcessViewer.aspx, FormRender.aspx ← AgilePoint
├── sales/, production/, accounting/, … ← module hubs
├── shared/ ← contacts & contracts (web)
├── web-reports/ ← division reports
├── App_API/*.asmx ← AJAX backend (Developer mode)
└── invoicing/, land-acquisition/, land-development/, …
AreaGuidePrimary folder(s)
Sign in, dashboard, permissionsSign in & navigationRoot + user/
Sales home, traffic, KPIsSalessales/
Contacts, contracts, ratify/closeSales & contracts (shared)shared/
Production, delays, trade toolsProductionproduction/
POs, lot importsProject managementproject-management/
Finance, LD invoicing, closingsAccountingaccounting/, invoicing/
Land pipeline & LD budgetsLand & developmentland-acquisition/, land-development/
Plan & schedule importsProduct developmentproduct-development/
CSR / warrantyService & warrantyservice/ (+ portals)
Users, roles, web appsAdministrationadministration/
Delays, change orders, BPMAgilePoint & approvalsRoot + processes/
Division report libraryWeb reportsweb-reports/
Excel upload templatesExcel imports & templatesdocs/ + module import pages
Individual .aspx screens (screenshots, how-to)Screen referenceAll modules — linked from module guides
Use SMART 2.0 when…Use SMART 1.0 when…
Your division uses the web screen for that taskThe workflow is desktop-only for your division
You need AgilePoint approval (delays, some COs)You need full WinForms features (some reports, legacy modules)
You are on a PC without SMART installedYou need deep module features not ported to web
You manage contracts or land acquisition in the browserYou rely on modules with no web equivalent yet

Changes in either app appear in the other after refresh — same SQL Server database.

These pages explain why data behaves a certain way (status codes, lifecycles):

In Developer mode: SMART 2.0 application · Developer reference (auth, App_API, session keys).