Infor SyteLineGlossary

What Is FormSync?

Also known as: form sync, form synchronization

Definition

FormSync in SyteLine is the Mongoose capability that keeps multiple open forms synchronized on the same record context, so moving to a different order or item in one form automatically refreshes the related forms to show data for that same record.

FormSync Explained

ERP work is rarely confined to one screen. A planner looking at an item wants the item record, current inventory, open orders, and the bill of material visible together. FormSync makes that possible by establishing a parent and child relationship between open forms and passing the current record's key from the driving form to the followers. Navigate to a different item in the parent and every synchronized form refreshes to that item without the user re-entering the number.

Configuration is metadata rather than code. A synchronization definition names the participating forms and maps the properties that carry the context - typically the primary key or a filtering property. Once defined, the behavior applies wherever those forms are opened together, and it can be delivered as part of a role-specific workspace so users receive the arrangement rather than assembling it themselves each morning.

The productivity effect is easy to underestimate until you watch someone work without it. Re-keying an order number into three forms takes a few seconds; done fifty times a day across a customer service team, it is a meaningful share of a headcount, plus the transcription errors that come with manual re-entry. FormSync removes both, which is why it appears so often in well-designed SyteLine role workspaces.

Practical caution: synchronized forms all re-query when the context changes, so linking a heavyweight form into a frequently navigated arrangement can make the whole workspace feel sluggish. Keep synchronized sets small and favour lightweight views for the follower forms. If users complain that navigation stutters, look first at how many forms are syncing and how expensive each of their queries is.

Why It Matters

  • It removes repetitive re-keying across forms, a small per-transaction saving that compounds heavily in high-volume roles.
  • Eliminating manual re-entry of keys removes a quiet source of transcription errors and mis-keyed lookups.
  • Synchronized workspaces let you deliver role-specific screen arrangements rather than expecting users to build their own.
  • Over-large sync sets cause perceptible navigation lag, so the feature needs the same performance thought as any query design.

In Practice

A useful pattern for customer service: sync the order header form with order lines, item availability, and customer credit status. The representative navigates orders in one place and sees availability and credit for each without a single extra keystroke, which measurably shortens call handling time on order status enquiries.

Frequently Asked Questions

How is FormSync different from a drill-down link in SyteLine?

A drill-down navigates you from one form to another for a single record, replacing or stacking the view. FormSync keeps several forms open simultaneously and refreshes them all whenever the driving form's record changes. It suits monitoring workflows where a user needs continuous side-by-side context, rather than a one-time jump into a detail record.

Can FormSync slow down SyteLine?

It can, because every synchronized form re-queries when the context changes. Linking several heavy forms with expensive queries into one arrangement means each navigation triggers all of them. Keep synchronized sets to the forms users genuinely need visible, prefer lightweight views for followers, and check query cost before adding a transaction-history form to a frequently navigated workspace.

Working with FormSync in a live environment? Our engineers do this every day - and our AI agents automate most of it.