• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

#031 - Local event listeners in action

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #031 - Local event listeners in action

    SUMMARY: In this session we covered practical use cases for events and event listeners, which can be fired from within your app or from another app for enhanced functionality.


    URL: https://youtu.be/-tdcXeyilJo
    Screenshot 2023-03-10 at 4.22.00 PM.png


    TIMESTAMPS AND FEATURES COVERED:


    00:25 - The difference between local events and the events you can listen to from app to app
    03:00 - Creating a simple data source grouping customers by the country
    05:06 - Creating a grid based on the new data source - Customers grouped by country
    05:50 - Creating an app with two sections and a grid included in each section
    06:20 - Setting up a click event (with individual behavior) between two grids in the app. On click of a Country in one grid, orders for customers from that country should open
    13:00 - Setting up the same event using local / pubic events instead of individual behaviors
    14:50 - Creating an app variable
    16:50 - Local Events vs Behaviors
    20:44 - App Variables used in order to allow the user to filter different columns
    Last edited by robert.swanson; 07-10-2023, 03:46 PM.
Working...
X