Skip to content

SMART 2.0 — Sign in & navigation

Sign in at https://thesmartbuilder.net with your Smith Douglas credentials (same as SMART 1.0). After login, you usually land on default.aspx or a module hub (sales/default.aspx, etc.). Some environments expose Dashboard.aspx; if that page errors, open your module from the left menu instead. Navigation comes from SMART2.Master — menus depend on your roles and web app permissions.

  1. Open https://thesmartbuilder.net in Chrome or Edge (latest version).
  2. Enter username and password (Smith Douglas Active Directory for internal users).
  3. If your account uses an external domain, follow the external-user path on the login page.
  4. On success you land on default.aspx or your ReturnUrl (bookmark deep links after login).
  5. Some environments ask you to pick company / database context — choose your division.

Password reset: ResetPassword.aspx or your division IT ticket — never share accounts.

SMART 2.0 Sales home — example landing page after login

DestinationURL (typical)Use when
Portal home/default.aspxGeneral entry after login
Sales home/sales/default.aspxSales KPIs and tasks (shown above)
DashboardDashboard.aspxDivision tiles — may not work on all servers
Production hub/production/default.aspxProduction tools and reports
Accounting hub/accounting/default.aspxFinance links and reports
Process inboxprocess-dashboard.aspxAgilePoint tasks waiting on you
User settings/user/Profile preferences

Bookmark the hubs you use daily — the full menu can be long.

  • SMART2.Master wraps authenticated pages (header, module menu, launch desktop SMART).
  • Desktop SMART apps — many hubs show “SMART Sales”, “SMART Production”, etc. These open the WinForms client via openSMARTapp() when installed.
  • Web-only tiles — contracts, imports, land acquisition, reports — stay in the browser.
  • Current module — URL folder (/sales/, /production/) sets context for reports and permissions.

SMART 2.0 checks two layers:

  1. Logged inSession["Database"] must be set; otherwise redirect to login.aspx.
  2. Web app allowedSession["WEB_APPS_MENU"] must include the app name (e.g. Sales, Production); otherwise privs.aspx (“Insufficient Privileges”).

Desktop SMART module rights come from AuthorizedApplications — you can have desktop Sales without web Sales, or the reverse. Admins fix this in Administration.

Approval emails link to FormRender.aspx, ProcessViewer.aspx, or related URLs. You may need to log in first; the link should return you to the form. See AgilePoint & approvals.

  • Allow pop-ups for thesmartbuilder.net (process windows).
  • Refresh after someone else changes a lot in desktop SMART.
  • Log out on shared PCs (logout.aspx).
  • Long idle → session timeout → log in again (unsaved form data may be lost).
ProblemWhat to try
“Access denied” / privs.aspxRequest web app + role from admin
Blank page after loginClear cache; InPrivate window; verify URL
Module missing entirelyDivision may not use web for that area — SMART 1.0
Dashboard emptyNo tiles assigned — admin / division config
Process link does nothingPop-up blocker; re-login
Data looks wrongConfirm company/database context; refresh