Canvas Apps:

A notification in Power Apps is a short message shown to the user for feedback. It appears temporarily and helps users understand what’s happening in the app (e.g., success, warning, or error messages).

Types of Notifications:

 

  1. Informational Notification:
    • Purpose: Shares general info.
    • Color: Blue.
    • Example: “Welcome to the app!”
    • Code: Notify(“Welcome to the app!”)

Canvas Apps

2. Success Notification:

  • Purpose: Tells the user something worked.
  • Color: Green.
  • Example: “Your data was saved successfully!”
  • Code: Notify(“Your data was saved!”, NotificationType.Success)

3. Warning Notification:

  • Purpose: Warns the user about potential issues.
  • Color: Yellow.
  • Example: “You have unsaved changes!”
  • Code: Notify(“Unsaved changes!”, NotificationType.Warning)

4. Error Notification:

  • Purpose: Alerts the user something went wrong.
  • Color: Red.
  • Example: “Error saving your data!”
  • Code: Notify(“Error saving data!”, NotificationType.Error)

For any Help or Queries Contact us on info@crmonce.com or +91 9493926112.

https://www.crmonce.com/validate-sub-grid-count-lookup-using-java-script/