Kişi bilgileri gizlidir. Logo çalışanları görebilir.

Call specific invoice method in handler when the form is opened in the application.

  j-Platform/Genel

How can we call a specific invoice method in one handler class with different invoice methods defined in the same class? for example, call only wholesales invoice method from handler when the whole sales invoice form is opened in the application.





jGuar LPT


Kişi bilgileri gizlidir. Logo çalışanları görebilir.

You can use the condition given below in the method you want to call when the form is accessed in the application. 


if (event.getContainer().getFormName().equals("LOXFInvoice%8")) {

}




17/03/17 16:49

Cevap vermek için giriş yapmanız gerekmektedir.