ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Performance (29)
  5. Page on change microflows should only have fast actions

Page on change microflows should only have fast actions

Released in version 1.6 (03 March 2020)

Pages should be responsive and microflows triggered on UI events should respond fast.

On change event is sometimes used to save data in UI’s without a save button, so CRUD actions are not considered heavy. Retrieves neither, since you might want to populate other fields based on a selection.

See heavy actions for a detailed explanation on how to configure.