FrameReady → Acumatica

Mapping profiles

No saved mappings yet. Click + New to create one.

Mapping editor

Select a profile to edit, or click + New to create one.

Field mapping

Left: Acumatica fields from the last successful JSON GET (API tab: OData catalog → sample row, manual GET, or $adHocSchema). Right: your FileMaker fields — paste a list, load from FILEMAKER_FIELDS_JSON in .env, or pass ?fm= / ?fmFields= in the Web Viewer URL (comma list, JSON string array, or JSON array of { id, name, type }, URL-encoded).


        

Sync details

Configure match

Pick the Acumatica entity + field whose values you want pushed, the FileMaker field that drives the choice, then pair each Acumatica value with the matching FileMaker value. Comparison is case-insensitive and trimmed. Empty FileMaker value or no match push null.

Acumatica value FileMaker value

Acumatica webhook setup

In Acumatica (outbound event sender)

  1. Open Business Events (SM302050).
  2. Create or edit an event for the entity (Tax, Customer, etc.).
  3. Use Trigger by Record Change (or your preferred trigger).
  4. Add a subscriber that sends HTTP/webhook requests.
  5. Set URL to https://hof.goevtech.com/hallofframes-accumatica/api/acumatica-webhook.
  6. Add header Authorization: Bearer <ACUMATICA_WEBHOOK_SECRET>.
  7. Send JSON payload with at least: endpointName, endpointVersion, entity, eventType (optional recordKey, optional record).
  8. Save and activate the business event.

How to confirm it is sending

  • In Acumatica, check Business Event History (SM502030) for success/fail.
  • In this app, open Sync tab and click Details for a checked entity.
  • Look for new events with processStatus: processed and updated lastWebhookAt.