ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Reliability (41)
  5. Imported data should be committed or stored in a variable

Imported data should be committed or stored in a variable

Introduced in version: 1.3 (29 Jan 2020)

It does not make sense to import data and not use it. If the entity is persistent committing it or storing it as a variable is enough. Non-persistent entities have to be stored in a variable since committing them does not do much.

Noncompliant example:

Compliant example:

Either committed or stored in a variable set to yes (or yes without events)