jigx-acumatica
Installation
SKILL.md
Jigx Acumatica
Use this skill together with the generic jigx skill. Read the generic Jigx references
for screen, form, datasource, tab, media, and PDF patterns. Use this skill only for
Acumatica-specific integration rules.
Workflow
- Read
references/recipe-index.md. - Confirm whether the task is inbound lookup sync, local-first outbound sync, direct
submit, file upload, or retry/error handling. For any offline/batch create or
update, read
references/acumatica-sync.mdbefore designing tables or actions. - Confirm REST versus OData. Prefer REST when possible.
- Confirm required
$expandvalues before implementing lookups that need nested data. - Keep Acumatica config casing exact:
acumaticaURLandacumaticaOdataURL. - Use
accessTokenwith type/valueacuerp; do not hardcode access tokens. - Preserve local-first behavior unless the app explicitly uses direct submit.