Official Content

When you use Business Component, all Events in Transactions are ignored except the Start event and the After Trn event.

If these events include references to objects with user interface, these references are ignored.

You can specify you want to execute one event only when the Transaction is executed as Business Component, by preceding it with the qualifier [BC], as the following example shows:

[BC] 

Event After Trn
            .........
EndEvent

And you can also specify you want to execute both events only when the Transaction is executed as Business Component, like this example shows:

[BC]

{
     Event After Trn
                 .........
     EndEvent

 

     Event Start
                 .........
                 .........
     EndEvent
}

Likewise, you have the qualifier [WEB] to indicate that one or both events must be executed only if the Transaction is running in web environment with its web form, and not when it is executed as Business Component.

 







Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant