How does logic on an extension application act in respect to logic on the original application?

Hello! Does logic on an extension app run after all of the logic on the original app? For example, if form init is configured in both places do we expect NW logic to run before or after our extension logic?

Base app logic should always run first followed by extension app logic.

If there are multiple Form Inits defined for a single app, the order they are listed in the Event Actions subtable is the order they should run.

1 Like