Popup Message Object in Supista ERP

The popupMsg object is used to display real-time feedback messages to users within the Supista ERP interface. These messages typically follow key operations such as Create, Read, Update, Delete, PDF generation, Email dispatch, etc.

This feedback mechanism ensures users are clearly informed about the outcome of their actions—whether it was successful, resulted in a warning, or failed with an error.


Sample Structure

{
  "result": { },
  // Other data...
  "popupMsg": {
    "type": "message|warning|error",
    "message": "This is a message"
  }
}

Field Descriptions

FieldTypeDescription
typestringType of the popup. Accepts one of "message", "warning", or "error"
messagestringThe actual user-facing message shown in the popup

type Values and Behavior

TypeVisual StyleDescription
"message"✅ Green/infoIndicates a successful action. Used when operations complete as expected.
"warning"⚠️ YellowUsed for non-critical issues, like partial success or skipped entries.
"error"❌ RedIndicates a failure or critical error. Used when the operation cannot proceed.
Last updated on
Transform Data into Decisions with Supista – Your Intelligent Data Partner
This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Cookie Policy. Learn More.