Skip to content

SMART 2.0 — AgilePoint & approvals

AgilePoint runs long-running approvals (delays, many change orders, land-dev steps, etc.). SMART 2.0 hosts the UI: you start or resume processes from process-dashboard.aspx, email links, or module actions, then complete forms in Process Viewer / Form Render.

RoleWhy
Production / supersDelay approvals
PM / purchasingChange orders, vendor issues
Land / accountingLand-dev and invoice approvals (division-specific)
Any approver in workflowTasks assigned in AgilePoint
PagePurpose
Process dashboardYour open AgilePoint tasks (inbox)
Start new processStart a process you are authorized to run
Process ViewerView process instance status and history
Form RenderComplete approval forms (fields, attachments)
Process AdaptationProcess adaptation / admin (limited users)
WorkSmart process statusCheck WorkSmart process status

Screenshots and step-by-step detail: screen reference (AgilePoint section).

Module pages may embed task boxes or deep-link into these URLs when a workflow is triggered.

  1. User enters delay in Production (web or desktop) — see Delays.
  2. SMART creates or triggers an AgilePoint process (division rules).
  3. Approver receives email with link to SMART 2.0 (often FormRender.aspx or Process Viewer).
  4. Approver reviews dates, reason, lot context → Approve or Reject.
  5. On completion, schedule tables update; lot inquiry shows new dates after refresh.

Same pattern applies to many change orders and land workflows — always finish the web form, not only a desktop note.

  • Internal users: usually already logged in via login.aspx (LDAP + session).
  • AgilePoint may set its own cookies (UserID, FullName) alongside Forms auth.
  • Some standalone process URLs use /Scripts/authenticate.js — allow pop-ups and third-party cookies per IT policy.
  • Do not close the browser mid-form without saving — use Save Draft if offered.
  • Copy the process ID from the URL when calling IT (support).
  • If the form is blank, session may have expired — log in again and reopen the link.
ProblemWhat to try
Link opens login, then 403Web app or AgilePoint role missing
Process “stuck”Note process ID; BPM admin checks AgilePoint server
Approved but lot unchangedWait for listener; refresh; check SMART 1.0 lot inquiry
Pop-up blockedAllow pop-ups for thesmartbuilder.net
LocationRole
agilepoint/ folderCPI, config loaders, test pages
workplace/api/ajax/agilepoint.asmxStart processes from XML/AJAX
AppCode/ldap.csSets AgilePoint user context on login