JFW Status

The JFW Status is commonly used to determine the status of a record in the JFW system. If any Entity concept doesn't define its status, they will use this status. The JFW Status determines whether a record is active or inactive.

  • Inactive (0)The record is inactive and cannot be used. The default status of a record is inactive.

  • Active (1)The record is active and can be used.

Some records may have additional statuses that are specific to that record. For example, a user record may have statuses such as Suspended (-2) or Deleted (-3). Or overriden statuses such as Payment Status, Waiting (-1), Completed (1), etc. You can find the specific statuses in the corresponding entity concept.

Last updated

Was this helpful?