forceThinClientMethodBroadcast

forceThinClientMethodBroadcast(cls: Class; 
                               eventMethodName: String): Boolean

The forceThinClientMethodBroadcast method of the Application class marks an event method to start broadcasting to the application server even when unimplemented.

You must invoke this method prior to the creation of a form you want it to affect.

This method has no effect on existing forms.

Use this method when running the Automated Test Code Generator (ATCG) in thin client mode. For details, see "Thin Client Method Broadcasting", in Chapter 2 of the Automated Test Code Generator Reference.

2020.0.02 and higher