Step 13 · Acumatica Sync Mapping

The user described a concrete backend mapping change: attributes move from service-order level to line-item notes on each configured door or opener.

Old
Door attributes on service order
Flat configuration attached at order level
New
One line item per configured door/opener
Attributes serialized into that line item's notes field

Data Mapping

The UI restructure is tied to a sync restructure. This screen exists in the flow as a spec anchor rather than a literal app screen.

Required Mapping

  • Each door becomes its own service-order line item.
  • Each opener becomes its own service-order line item.
  • Door configuration attributes are written to the door line item's notes field.
  • Opener configuration attributes are written to the opener line item's notes field.
  • The completed door spec code is assembled server-side in the manufacturer's required segment order before submission.
  • Existing custom door item code remains in use.