Senior Application Developer

loc: Maynooth, ON K0L 2S0tel: 613-553-0960email: rgsamways@gmail.com
Robin Samways

$ Credential Flow · Object Model

The Loan_Application__cschema, its automated stamping behavior, and the structural parallel to Farpost’s own reputation graph.

## LOAN_APPLICATION__C


FieldPurpose
ApplicantLookup to the standard Contact object
AccountLookup to the standard Account object
Amount RequestedCurrency field
StatusPicklist — Draft, Submitted, Under Review, Approved, Denied (plus Archived, reachable only by editing Salesforce directly)
Submitted DateStamped server-side on creation
Decision DateStamped automatically by a Flow — see below

## AUTOMATED_DECISION_DATE


Decision Date is never set by manual entry. A Record-Triggered Flow sets it to the current date automatically the moment a record’s Status changes to Approved or Denied, and leaves it untouched for any other Status change — the same real Salesforce Field History Tracking audit trail this integration’s status-change timeline is built from, not a derived or synthetic timeline.

## FARPOST_PARALLEL


The Applicant → Loan Application → Account relationship model here is structurally the same shape as Farpost’s own professional-reputation graph — entities (adjusters, inspectors, contractors, agents, building owners) linked through records that carry status and a decision trail. Both are computed from a real event/history log, not a derived or fabricated summary: Farpost’s reputation is assembled fresh from logged actions on each request, and this integration’s status-change timeline is sourced from Salesforce’s own Loan_Application__History object — the same underlying pattern, a graph of related parties and the records that move between statuses, applied to a different domain.

Feedback on this page